diff options
-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)) |