Fix indentation
This commit is contained in:
parent
b96930ddeb
commit
4005c3fc2c
1 changed files with 241 additions and 241 deletions
2
empc.el
2
empc.el
|
|
@ -193,7 +193,7 @@ SERVICE is the name of the service desired, or an integer specifying
|
|||
|
||||
(let* ((process (open-network-stream name buffer host service))
|
||||
(object `((nil ,process ,(generate-new-buffer "*empc-log*") . ("password" "commands" "status" "playlistinfo" "idle")) nil nil))) ;; this weird form represents an empty object as described in empc-object
|
||||
; (empc-commands-set object '("password" "commands" "status" "playlistinfo" "idle"))
|
||||
; (empc-commands-set object '("password" "commands" "status" "playlistinfo" "idle"))
|
||||
(empc-queue-push object nil nil `(lambda (command closure msg)
|
||||
(message "Connection to %s established" ',host)))
|
||||
(set-process-filter process `(lambda (proc string)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue