diff options
author | Michael Olson <mwolson@gnu.org> | 2007-06-10 16:47:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2007-06-10 16:47:00 +0000 |
commit | a5183d7a30406d6d2f868c75ba73fff6af33798c (patch) | |
tree | bf2fc711c09861d970f306b598eff985fddec493 | |
parent | afe73952504eb92770fc59d27936396ebb28b4a5 (diff) |
emms-mark: Set emms-playlist-buffer-p
darcs-hash:20070610164738-1bfb2-7e73dd314d905e98150dcd79e67cef7a8106306d.gz
-rw-r--r-- | emms-mark.el | 1 |
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)) |