aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms-history.el4
-rw-r--r--emms-i18n.el2
-rw-r--r--emms-mark.el4
-rw-r--r--emms-mp3tag.el4
4 files changed, 3 insertions, 11 deletions
diff --git a/emms-history.el b/emms-history.el
index 2be3bd4..3c1720a 100644
--- a/emms-history.el
+++ b/emms-history.el
@@ -1,10 +1,8 @@
-;;; emms-history.el.gz ---
+;;; emms-history.el -- save playlist when exit emacs
;; Copyright 2006 Ye Wenbin
;;
;; Author: wenbinye@163.com
-;; Time-stamp: <Ye Wenbin 2006-11-21 16:57:59>
-;; Version: $Id: emms-history.el,v 0.0 <2006-11-21 16:30:22> ywb Exp $
;; Keywords:
;; X-URL: not distributed yet
diff --git a/emms-i18n.el b/emms-i18n.el
index 4ddf54d..6aa9f6c 100644
--- a/emms-i18n.el
+++ b/emms-i18n.el
@@ -3,8 +3,6 @@
;; Copyright 2006 Ye Wenbin
;;
;; Author: wenbinye@163.com
-;; Time-stamp: <Ye Wenbin 2006-12-05 08:33:11>
-;; Version: $Id: emms-i18n.el,v 1.2 2006/12/04 13:38:17 ywb Exp $
;; Keywords:
;; X-URL: not distributed yet
diff --git a/emms-mark.el b/emms-mark.el
index 17303bd..d4d917e 100644
--- a/emms-mark.el
+++ b/emms-mark.el
@@ -1,10 +1,8 @@
-;;; emms-mark.el ---
+;;; emms-mark.el --- mark track like dired
;; Copyright 2006 Ye Wenbin
;;
;; Author: wenbinye@163.com
-;; Time-stamp: <Ye Wenbin 2006-12-04 22:54:28>
-;; Version: $Id: emms-mark.el,v 1.3 2006/12/04 14:54:33 ywb Exp $
;; Keywords:
;; X-URL: not distributed yet
diff --git a/emms-mp3tag.el b/emms-mp3tag.el
index 4cc9207..3e3fd98 100644
--- a/emms-mp3tag.el
+++ b/emms-mp3tag.el
@@ -3,8 +3,6 @@
;; Copyright 2006 Ye Wenbin
;;
;; Author: wenbinye@163.com
-;; Time-stamp: <Ye Wenbin 2006-12-05 19:07:12>
-;; Version: $Id: emms-mp3tag.el,v 1.5 2006/12/05 00:57:14 ywb Exp ywb $
;; Keywords:
;; X-URL: not distributed yet
@@ -285,7 +283,7 @@ newname to the new file name.
;; use mp3info to change tag in mp3 file
(if (and (eq (emms-track-get track 'type) 'file)
(file-writable-p (emms-track-name track))
- (string-match filename "\\.mp3\\'"))
+ (string-match "\\.mp3\\'" filename))
(if (zerop (setq exit
(apply 'call-process emms-info-mp3info-program-name
nil nil nil