aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authorforcer <forcer>2005-09-18 13:17:00 +0000
committerforcer <mwolson@gnu.org>2005-09-18 13:17:00 +0000
commit90cc6addbe21ee379366536fc5ece6cf942fb63a (patch)
treebec4e3d828cc74556d91e208ab41aa0d279ddde5 /emms.el
parent24d8b5142333d50e6dfc4d908fffb06cd5bfd7b1 (diff)
emms-playlist-new: No, it's a major mode, DONT pass an argument!
darcs-hash:20050918131728-2189f-c88a72052b9fdc8f1dc63203a2b8e479120d8d0f.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index 83433a4..19e19e4 100644
--- a/emms.el
+++ b/emms.el
@@ -428,7 +428,7 @@ If called interactively, the new buffer is also selected."
emms-playlist-buffer-name))))
(with-current-buffer buf
(when (not (eq major-mode emms-playlist-default-major-mode))
- (funcall emms-playlist-default-major-mode 1))
+ (funcall emms-playlist-default-major-mode))
(setq emms-playlist-buffer-p t))
(when (called-interactively-p)
(switch-to-buffer buf))