Fix typo that prevent evaluation

This commit is contained in:
Renaud Casenave-Péré 2011-08-28 10:26:09 +09:00
parent fbd33008cb
commit f82a7a8b01

View file

@ -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