aboutsummaryrefslogtreecommitdiff
path: root/emms-mark.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2007-06-10 16:47:00 +0000
committerMichael Olson <mwolson@gnu.org>2007-06-10 16:47:00 +0000
commita5183d7a30406d6d2f868c75ba73fff6af33798c (patch)
treebf2fc711c09861d970f306b598eff985fddec493 /emms-mark.el
parentafe73952504eb92770fc59d27936396ebb28b4a5 (diff)
emms-mark: Set emms-playlist-buffer-p
darcs-hash:20070610164738-1bfb2-7e73dd314d905e98150dcd79e67cef7a8106306d.gz
Diffstat (limited to 'emms-mark.el')
-rw-r--r--emms-mark.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emms-mark.el b/emms-mark.el
index 5132b1d..b9c28e7 100644
--- a/emms-mark.el
+++ b/emms-mark.el
@@ -260,6 +260,7 @@ this function collects the result of FUNC."
nil
;; start emms-playlist-mode exactly once
+ (setq emms-playlist-buffer-p t)
(unless (eq major-mode 'emms-playlist-mode)
(emms-playlist-mode))