Fix typo that prevent evaluation
This commit is contained in:
parent
fbd33008cb
commit
f82a7a8b01
1 changed files with 1 additions and 1 deletions
2
empc.el
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue