diff options
author | Michael Olson <mwolson@gnu.org> | 2005-09-22 13:28:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2005-09-22 13:28:00 +0000 |
commit | 79e95d09f9aa7467252f06af52f2455d0575c20d (patch) | |
tree | 17d30d4737b05fe358760ed38a1d6e6a34cbeeb0 | |
parent | 4214b958e378284769aa321328d05349e8624e4c (diff) |
emms-playlist-mode: Make sure emms-playlist-buffer-p is set, since we
destroy all local variables.
darcs-hash:20050922132808-1bfb2-ac762ce18c460a052e82725eeb9fdf5afe2ff280.gz
-rw-r--r-- | emms-playlist-mode.el | 3 |
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) |