X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=media.el;h=2a32156b96073bbfcd1dfb868fa8b8d140ed491d;hb=db114167e8e2c85fe63ab00fb9472df35666b10b;hp=c94491c16695df37998fc77ca156b82437fe7459;hpb=3771096a125c7cff7216ca61ce51b2cda5a7aca1;p=elisp.git diff --git a/media.el b/media.el index c94491c..2a32156 100644 --- a/media.el +++ b/media.el @@ -1,4 +1,4 @@ -;; -*-Emacs-Lisp-*- +;; -*- mode: emacs-lisp -*- ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; This program is free software; you can redistribute it and/or ;; @@ -804,8 +804,7 @@ returns nil if no id3 tags could be found." " " (or title (media/format-url url)) (if time (propertize - (concat " ->" (media/duration-to-string time)) - ;; (concat " [@ " (media/duration-to-string time) "]") + (concat " @" (media/duration-to-string time)) 'face 'media/timestamp-face )) "\n"