mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Minor fix in ein:query-ajax-timeout-callback
This commit is contained in:
parent
c52c05836e
commit
38a3533e8f
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue