aboutsummaryrefslogtreecommitdiff
path: root/emms-playlist-mode.el
diff options
context:
space:
mode:
authorforcer <forcer>2006-05-03 23:43:00 +0000
committerforcer <mwolson@gnu.org>2006-05-03 23:43:00 +0000
commit82878fd44b6c6e37be79a1d33991cecc99cb019c (patch)
tree7d01c98fb57f3aa5f5cb3d39f055076ddb759978 /emms-playlist-mode.el
parentd10f4faee2fa5a5e0b20d90cd86c003188ce8f13 (diff)
emms-playlist-mode.el: Don't put a period after the mode map. This hangs 21.4 on display.
darcs-hash:20060503234351-2189f-a9506ca448aec033dc5132d490a6b7747d03bf52.gz
Diffstat (limited to 'emms-playlist-mode.el')
-rw-r--r--emms-playlist-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-playlist-mode.el b/emms-playlist-mode.el
index 138ed62..ff29a22 100644
--- a/emms-playlist-mode.el
+++ b/emms-playlist-mode.el
@@ -477,7 +477,7 @@ WINDOW-WIDTH is `emms-playlist-mode-window-width'."
;;;###autoload
(defun emms-playlist-mode ()
"A major mode for Emms playlists.
-\\{emms-playlist-mode-map}."
+\\{emms-playlist-mode-map}"
(interactive)
(let ((val emms-playlist-buffer-p))
(kill-all-local-variables)