aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-11-19 20:47:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-11-19 20:47:00 +0000
commit4cc64352f52a7e255cdc57d51682f280fec5c7e6 (patch)
treea0c2b1af5c97db935800b3303dfbffa4d1b7576b /emms.el
parent343599d4750a34142fc6e230f845a24933220d3e (diff)
emms.el: Fix bug introduced by recent changes to emms-playlist-set-playlist-buffer
darcs-hash:20061119204738-1bfb2-1d4b04cebe07ed71813341c71a9e004bff2b898f.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index f7d5bc1..8ed1de9 100644
--- a/emms.el
+++ b/emms.el
@@ -661,7 +661,8 @@ for that purpose.")
(emms-playlist-ensure-playlist-buffer))
(setq emms-playlist-buffer buf)
(when (interactive-p)
- (message "Set current EMMS playlist buffer"))))
+ (message "Set current EMMS playlist buffer"))
+ buf))
(defun emms-playlist-new (&optional name)
"Create a new playlist buffer.