diff options
-rw-r--r-- | lisp/emms-playlist-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emms-playlist-mode.el b/lisp/emms-playlist-mode.el index f451712..e74010f 100644 --- a/lisp/emms-playlist-mode.el +++ b/lisp/emms-playlist-mode.el @@ -596,7 +596,7 @@ WINDOW-WIDTH should be a positive integer." (use-local-map emms-playlist-mode-map) (setq major-mode 'emms-playlist-mode - mode-name "Emms-Playlist") + mode-name "EMMS") (setq emms-playlist-insert-track-function 'emms-playlist-mode-insert-track) |