From 96924d99f35234cf6de2a49574d792d5147423d4 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Thu, 7 Aug 2008 22:11:29 -0700 Subject: 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. --- lisp/emms-playlist-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') 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) -- cgit v1.2.3