Add some feedback to the status command.
This commit is contained in:
parent
d49f03fba2
commit
cbfee5dc22
1 changed files with 1 additions and 0 deletions
1
empc.el
1
empc.el
|
|
@ -112,6 +112,7 @@ form '('error (error-code . error-message))."
|
|||
|
||||
(defun empc-response-parse-status (closure msg)
|
||||
"Parse the status response, arrange it into a plist and call CLOSURE on it."
|
||||
(empc-echo-response msg)
|
||||
(setplist 'empc-status-plist nil)
|
||||
(dolist (cell (empc-response-parse-message msg))
|
||||
(let ((attr (car cell)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue