aboutsummaryrefslogtreecommitdiff
path: root/emms-info-ogginfo.el
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2005-10-15 10:43:00 +0000
committeryonirabkin <mwolson@gnu.org>2005-10-15 10:43:00 +0000
commit291aba27f8e22bb9e5142dc4655a0dd82cb0d79c (patch)
treefa62a88b9ac5c392d8910af1a28d840874b24fea /emms-info-ogginfo.el
parent32cc9880056ac6f98f78553290b7b673b2850803 (diff)
fix emms-info-ogginfo laguange
darcs-hash:20051015104340-be80e-ca11a2e2b74f0206b0f8345a8d02589b877a2ded.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 14c551e..4f43d7e 100644
--- a/emms-info-ogginfo.el
+++ b/emms-info-ogginfo.el
@@ -48,7 +48,7 @@ This is a useful element for `emms-info-functions'."
;; all the rest of the info available
(goto-char (point-min))
- (when (re-search-forward "User comments section follows..." (point-max) t)
+ (when (re-search-forward "^.*\\.\\.\\.$" (point-max) t)
(while (zerop (forward-line 1))
(when (looking-at "^\t\\(.*\\)=\\(.*\\)$")
(let ((a (match-string 1))