From 82878fd44b6c6e37be79a1d33991cecc99cb019c Mon Sep 17 00:00:00 2001 From: forcer Date: Wed, 3 May 2006 23:43:00 +0000 Subject: 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 --- emms-playlist-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3