aboutsummaryrefslogtreecommitdiff
path: root/emms-mode-line.el
diff options
context:
space:
mode:
authoryonirabkin <yonirabkin>2005-09-19 13:00:00 +0000
committeryonirabkin <mwolson@gnu.org>2005-09-19 13:00:00 +0000
commit8ff0169a2e17104d9dd3e7e0b826fb8fbdedaa35 (patch)
treeddd121268d1e2445637f73c645d278b1a925b5a5 /emms-mode-line.el
parent5a9d752d58773ad9d85ee32c4d9569f73a2cf55c (diff)
Fix bugs in lyrics and mode-line modes when switching songs, fix yanking in playlist buffer
darcs-hash:20050919130007-be80e-6b215d9ffeedd6c2a1b90412345560e9718f6d20.gz
Diffstat (limited to 'emms-mode-line.el')
-rw-r--r--emms-mode-line.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emms-mode-line.el b/emms-mode-line.el
index 33e2da0..a060274 100644
--- a/emms-mode-line.el
+++ b/emms-mode-line.el
@@ -53,7 +53,9 @@
(defun emms-mode-line-playlist-current ()
"Format the currently playing song"
- (format emms-mode-line-format (emms-track-description (emms-playlist-selected-track))))
+ (format emms-mode-line-format
+ (emms-track-description
+ (emms-playlist-current-selected-track))))
(defvar emms-mode-line-initial-titlebar frame-title-format)