aboutsummaryrefslogtreecommitdiff
path: root/emms-info-mp3info.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms-info-mp3info.el')
-rw-r--r--emms-info-mp3info.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-info-mp3info.el b/emms-info-mp3info.el
index fade64e..870c0d9 100644
--- a/emms-info-mp3info.el
+++ b/emms-info-mp3info.el
@@ -84,7 +84,7 @@ This is a useful element for `emms-info-functions'."
(emms-track-name track)
emms-info-mp3find-arguments)))
(goto-char (point-min))
- (while (looking-at "^\\([^=]+\\)=\\(.*\\)$")
+ (while (looking-at "^\\([^=\n]+\\)=\\(.*\\)$")
(let ((name (intern (match-string 1)))
(value (match-string 2)))
(when (> (length value)