aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-playlist-mode.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-08-07 22:11:29 -0700
committerMichael Olson <mwolson@gnu.org>2008-08-07 22:11:29 -0700
commit96924d99f35234cf6de2a49574d792d5147423d4 (patch)
tree27a2d0d342c11f41f9f23766c1a26c89f152751b /lisp/emms-playlist-mode.el
parent3c8448d655e701d42ce6c0fcdd4a9438eb5d3b67 (diff)
emms-playlist-mode: Use "EMMS" in mode-line.
* lisp/emms-playlist-mode.el (emms-playlist-mode): Use "EMMS" in the mode-line, not the long "Emms-Playlist". This pretty much *is* the essence of EMMS now.
Diffstat (limited to 'lisp/emms-playlist-mode.el')
-rw-r--r--lisp/emms-playlist-mode.el2
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)