aboutsummaryrefslogtreecommitdiff
path: root/emms-mode-line.el
diff options
context:
space:
mode:
authorlucas <lucas>2005-09-12 11:23:00 +0000
committerlucas <mwolson@gnu.org>2005-09-12 11:23:00 +0000
commit649edac3b50b7eed9a7ca8f4f85a8783a8e84bbc (patch)
tree74e2412f8dbba1e4aa0af1c1e828abbcd12afcbb /emms-mode-line.el
parent4f169973a679b402334a9e3ae919d26729f4784e (diff)
fixing emms-lyric.el and emms-mode-line.el
I don't have any lyric file, so I can't test it. But there are no errors :) darcs-hash:20050912112331-4f952-2981436bdf7b89f559c9888bdde58ec5345abadd.gz
Diffstat (limited to 'emms-mode-line.el')
-rw-r--r--emms-mode-line.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-mode-line.el b/emms-mode-line.el
index 87c0f9d..33e2da0 100644
--- a/emms-mode-line.el
+++ b/emms-mode-line.el
@@ -53,7 +53,7 @@
(defun emms-mode-line-playlist-current ()
"Format the currently playing song"
- (format emms-mode-line-format (emms-playlist-current)))
+ (format emms-mode-line-format (emms-track-description (emms-playlist-selected-track))))
(defvar emms-mode-line-initial-titlebar frame-title-format)