diff options
author | forcer <forcer> | 2006-05-03 23:43:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-05-03 23:43:00 +0000 |
commit | 82878fd44b6c6e37be79a1d33991cecc99cb019c (patch) | |
tree | 7d01c98fb57f3aa5f5cb3d39f055076ddb759978 | |
parent | d10f4faee2fa5a5e0b20d90cd86c003188ce8f13 (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
-rw-r--r-- | emms-playlist-mode.el | 2 |
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) |