Fix undefined function

This commit is contained in:
Nathaniel Nicandro 2020-05-08 15:49:06 -05:00
parent 2d807d8670
commit 9a1321f35d

View file

@ -145,7 +145,7 @@ is also removed if it returns nil after handling an event."
(when handlers
(start)))
(_ (error "Unhandled IO: %s" args))))
(make-finalizer stop)))))
(make-finalizer #'stop)))))
(cl-defmethod jupyter-connection ((spec (head server)))
(jupyter-connection (jupyter-server :url (cadr spec))))
@ -308,7 +308,7 @@ actions defined by this connection are
('hb nil)
(_
(server-io args))))
(make-finalizer stop))))))
(make-finalizer #'stop))))))
;;; Kernel management