From 44c75944d3a8d7a7451fa0021595691992798171 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Mon, 8 Jan 2018 13:57:15 -0600 Subject: [PATCH] Fix missing argument --- jupyter-client.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyter-client.el b/jupyter-client.el index 25318c1..04f862f 100644 --- a/jupyter-client.el +++ b/jupyter-client.el @@ -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