aboutsummaryrefslogtreecommitdiff
path: root/emms-mp3tag.el
diff options
context:
space:
mode:
authorYe Wenbin <wenbinye@gmail.com>2006-12-06 02:07:00 +0000
committerYe Wenbin <wenbinye@gmail.com>2006-12-06 02:07:00 +0000
commitcdf083c2e7cf292d0aa784829474694c73ba7ba7 (patch)
tree915eb68df512f6c5c4e17aaa8b6736b8fa143ad7 /emms-mp3tag.el
parentd8c405fd97a4d3cf1aedfb78af3d0484100e8be3 (diff)
Fix a silly bug in emms-mp3tag. Remove timestamp.
darcs-hash:20061206020710-94065-9f1c251e33352a0f5bec560bd0d6d82c2d637f39.gz
Diffstat (limited to 'emms-mp3tag.el')
-rw-r--r--emms-mp3tag.el4
1 files changed, 1 insertions, 3 deletions
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