aboutsummaryrefslogtreecommitdiff
path: root/emms-info-ogginfo.el
diff options
context:
space:
mode:
authorYe Wenbin <wenbinye@gmail.com>2006-12-06 15:35:00 +0000
committerYe Wenbin <wenbinye@gmail.com>2006-12-06 15:35:00 +0000
commitd87cd1c3112c9e916fc71fd41721726709cae7c0 (patch)
treefd7c62247ccfc6d1bc95bf5a0e3455ea6da7cb86 /emms-info-ogginfo.el
parent6d534076968d10556180d767d1af351b73fe2440 (diff)
emms-mp3tag support ogg, add more documentation. fix some error
darcs-hash:20061206153528-94065-1a7c6b96e2ae32e1f02b97bc884be6540021f21f.gz
Diffstat (limited to 'emms-info-ogginfo.el')
-rw-r--r--emms-info-ogginfo.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-info-ogginfo.el b/emms-info-ogginfo.el
index 9de34a9..d8ed2c7 100644
--- a/emms-info-ogginfo.el
+++ b/emms-info-ogginfo.el
@@ -71,7 +71,7 @@ This is a useful element for `emms-info-functions'."
(goto-char (point-min))
(when (re-search-forward "^.*\\.\\.\\.$" (point-max) t)
(while (zerop (forward-line 1))
- (when (looking-at "^\t\\(.*\\)=\\(.*\\)$")
+ (when (looking-at "^\t\\(.*?\\)=\\(.*\\)$") ; recognize the first '='
(let ((a (match-string 1))
(b (match-string 2)))
(when (and (< 0 (length a))