From f82a7a8b014f85710c95d3517f1bc927c0713f86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Casenave-P=C3=A9r=C3=A9?= Date: Sun, 28 Aug 2011 10:26:09 +0900 Subject: [PATCH] Fix typo that prevent evaluation --- empc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/empc.el b/empc.el index 7904baa..977e2c2 100644 --- a/empc.el +++ b/empc.el @@ -677,7 +677,7 @@ CLOSURE will be called on the parsed response." (setq command (concat command "\n"))) (empc-queue-push empc-object command closure (if handler handler 'empc-handle-response))) - (message "empc: Command `%s' is not available (not supported by the server or forbidden to you)" command)) + (message "empc: Command `%s' is not available (not supported by the server or forbidden to you)" command))) (defun empc-send-sync (command &optional closure handler) "Send COMMAND synchronously. That means empc will push the