From cdf083c2e7cf292d0aa784829474694c73ba7ba7 Mon Sep 17 00:00:00 2001 From: Ye Wenbin Date: Wed, 6 Dec 2006 02:07:00 +0000 Subject: Fix a silly bug in emms-mp3tag. Remove timestamp. darcs-hash:20061206020710-94065-9f1c251e33352a0f5bec560bd0d6d82c2d637f39.gz --- emms-history.el | 4 +--- emms-i18n.el | 2 -- emms-mark.el | 4 +--- emms-mp3tag.el | 4 +--- 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: -;; 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: -;; 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: -;; 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: -;; 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 -- cgit v1.2.3