Fix missing argument

This commit is contained in:
Nathaniel Nicandro 2018-01-08 13:57:15 -06:00
parent c500b08104
commit 44c75944d3

View file

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