mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Fix use of removed function
This commit is contained in:
parent
d41751575a
commit
8f15a0c92b
1 changed files with 4 additions and 4 deletions
|
@ -1283,10 +1283,10 @@ COMMAND and ARG have the same meaning as the elements of
|
|||
(pos (cdr ctx)))
|
||||
(jupyter-add-callback
|
||||
;; Ignore errors during completion
|
||||
(jupyter-request-inhibit-handlers
|
||||
(jupyter-complete-request
|
||||
jupyter-repl-current-client
|
||||
:code code :pos pos))
|
||||
(let ((jupyter-inhibit-handlers t))
|
||||
(jupyter-complete-request
|
||||
jupyter-repl-current-client
|
||||
:code code :pos pos))
|
||||
:complete-reply
|
||||
(lambda (msg)
|
||||
(cl-destructuring-bind (&key status
|
||||
|
|
Loading…
Add table
Reference in a new issue