aboutsummaryrefslogtreecommitdiff
path: root/emms-playing-time.el
diff options
context:
space:
mode:
authorwilliam.xwl <william.xwl>2006-09-29 08:19:00 +0000
committerwilliam.xwl <mwolson@gnu.org>2006-09-29 08:19:00 +0000
commit85e1c989efd01fb21f31488ab6d10035b84cb485 (patch)
tree93d19ddb88ed551730e309fc13b51960f8ba0f51 /emms-playing-time.el
parentb492ffd66b8e08ffccc73f13d6d162bfd266982f (diff)
emms-playing-time.el: Minor cleanups.
darcs-hash:20060929081908-e8fe6-f709c35fd9e891da05ac0b55e311afe7f3fc639b.gz
Diffstat (limited to 'emms-playing-time.el')
-rw-r--r--emms-playing-time.el7
1 files changed, 2 insertions, 5 deletions
diff --git a/emms-playing-time.el b/emms-playing-time.el
index 295c4c5..a9f08c9 100644
--- a/emms-playing-time.el
+++ b/emms-playing-time.el
@@ -33,10 +33,6 @@
;;; Code:
-(defvar emms-playing-time-version "0.1 $Revision: 1.7 $"
- "EMMS playing time version string.")
-;; $Id: emms-playing-time.el,v 1.7 2005/09/08 16:07:20 xwl Exp $
-
(eval-when-compile (require 'cl))
(require 'emms-info)
(require 'emms-player-simple)
@@ -59,7 +55,8 @@ should enable `emms-playing-time-display-p' first, though."
:type 'string
:group 'emms-playing-time)
-;;; Emms playing time
+
+;;; Emms Playing Time
(defvar emms-playing-time-display-p nil
"Whether emms playing time is enabled or not")