aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorlucas <lucas>2005-09-16 21:28:00 +0000
committerlucas <mwolson@gnu.org>2005-09-16 21:28:00 +0000
commit4bc68e51697b62d0d740d1062ee1802491c37ca8 (patch)
treec5e9c9d988ade7cf59eaec17bb9d864246569014 /emms-playlist-mode.el
parent74ffb1b03be6669294921c2e6e754b8f6fc2b2c9 (diff)
Making emms-playlist-mode-go respect emms-playlist-buffer
darcs-hash:20050916212845-4f952-74de68c92079fab8aa468bedbcd781d835078691.gz
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index ec91230..46b6bad 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -279,7 +279,7 @@ of the saved playlist inside."
(defun emms-playlist-mode-go (&optional pl-buffer)
(interactive)
(when (null pl-buffer)
- (setq pl-buffer emms-playlist-buffer-name)
+ (setq pl-buffer emms-playlist-buffer)
(when (not pl-buffer)
(setq pl-buffer (emms-playlist-new))))
(switch-to-buffer pl-buffer)