diff options
-rw-r--r-- | emms-playlist-mode.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el index 440cbec..cb5d80b 100644 --- a/emms-playlist-mode.el +++ b/emms-playlist-mode.el @@ -328,8 +328,7 @@ of the saved playlist inside." (use-local-map emms-playlist-mode-map) (setq major-mode 'emms-playlist-mode - mode-name "Emms-Playlist" - emms-playlist-buffer-p t) + mode-name "Emms-Playlist") (setq emms-playlist-insert-track-function 'emms-playlist-mode-insert-track) |