From 702624395d6af636e2eeb1b71a52696085143657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Fri, 19 Aug 2011 10:28:27 +0900 Subject: [PATCH] Fix the mode-line --- empc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empc.el b/empc.el index 6aedfdc..d2fd82e 100644 --- a/empc.el +++ b/empc.el @@ -332,7 +332,7 @@ commands send as command_list." ARG is nil." (interactive "p") (if arg - (add-to-list 'global-mode-string 'empc-mode-line-string) + (setq global-mode-string (append global-mode-string '(empc-mode-line-string))) (setq global-mode-string (remove 'empc-mode-line-string global-mode-string)))) (defun empc-initialize ()