From 291aba27f8e22bb9e5142dc4655a0dd82cb0d79c Mon Sep 17 00:00:00 2001 From: yonirabkin Date: Sat, 15 Oct 2005 10:43:00 +0000 Subject: fix emms-info-ogginfo laguange darcs-hash:20051015104340-be80e-ca11a2e2b74f0206b0f8345a8d02589b877a2ded.gz --- emms-info-ogginfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emms-info-ogginfo.el') 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)) -- cgit v1.2.3