aboutsummaryrefslogtreecommitdiff
path: root/emms-info-ogginfo.el
diff options
context:
space:
mode:
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))