Minor fix in ein:query-ajax-timeout-callback

This commit is contained in:
Takafumi Arakaki 2012-06-21 01:05:54 +02:00
parent c52c05836e
commit 38a3533e8f

View file

@ -214,7 +214,7 @@ is killed immediately after the execution of this function.
(defun* ein:query-ajax-timeout-callback (buffer &key
(error nil)
&allow-other-keys)
(ein:log 'debug "EIN:QUERY-AJAX-TIMEOUT-CALLBACK buffer = %s" buffer)
(ein:log 'debug "EIN:QUERY-AJAX-TIMEOUT-CALLBACK buffer = %S" buffer)
(ein:with-live-buffer buffer
(setq ein:query-ajax-canceled 'timeout)
(let ((proc (get-buffer-process buffer)))