Fix indentation

This commit is contained in:
Renaud Casenave-Péré 2012-08-03 18:42:41 +09:00
parent b96930ddeb
commit 4005c3fc2c

View file

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