diff options
author | Michael Olson <mwolson@gnu.org> | 2006-11-19 20:47:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-11-19 20:47:00 +0000 |
commit | 4cc64352f52a7e255cdc57d51682f280fec5c7e6 (patch) | |
tree | a0c2b1af5c97db935800b3303dfbffa4d1b7576b | |
parent | 343599d4750a34142fc6e230f845a24933220d3e (diff) |
emms.el: Fix bug introduced by recent changes to emms-playlist-set-playlist-buffer
darcs-hash:20061119204738-1bfb2-1d4b04cebe07ed71813341c71a9e004bff2b898f.gz
-rw-r--r-- | emms.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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. |