From 4efbc722b5207bbbcb2ebd2bb97e7b461bb18740 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Fri, 26 Aug 2011 19:51:08 +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 533c67d..6eba426 100644 --- a/empc.el +++ b/empc.el @@ -180,7 +180,7 @@ You can use the following already defined variables: (concat " [" pos "/" playlistlength "] " (if (and artist title) (concat artist " - " title) file)) - state)) + (concat " " state))) "Format used to display empc state in mode-line. The construction is the same as `mode-line-format'. You can use the following already defined variables: