mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 15:41:37 -05:00
Fix missing argument
This commit is contained in:
parent
c500b08104
commit
44c75944d3
1 changed files with 1 additions and 1 deletions
|
@ -313,7 +313,7 @@ requests are stored for CLIENT."
|
|||
ring))))
|
||||
(ring-insert+extend ring req 'grow)))
|
||||
|
||||
(defun jupyter--ioloop-sentinel (client event)
|
||||
(defun jupyter--ioloop-sentinel (client _ioloop event)
|
||||
"The process sentinel for CLIENT's IOLOOP subprocess.
|
||||
When EVENT is one of the events signifying that the process is
|
||||
dead, stop the heartbeat channel and set the IOLOOP slot to nil
|
||||
|
|
Loading…
Add table
Reference in a new issue