aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emms-playlist-mode.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index e2b0d8c..b60d389 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -345,7 +345,8 @@ of the saved playlist inside."
(use-local-map emms-playlist-mode-map)
(setq major-mode 'emms-playlist-mode
- mode-name "Emms-Playlist")
+ mode-name "Emms-Playlist"
+ emms-playlist-buffer-p t)
(setq emms-playlist-insert-track-function
'emms-playlist-mode-insert-track)