From 9650fecf8250e4440f1a6f56e96dd23395c12452 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Fri, 9 Feb 2018 17:22:27 -0600 Subject: [PATCH] Remove uses of `jupyter-request-run-handlers-p` --- jupyter-repl-client.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jupyter-repl-client.el b/jupyter-repl-client.el index e4ae6f8..9ecdda3 100644 --- a/jupyter-repl-client.el +++ b/jupyter-repl-client.el @@ -1744,8 +1744,8 @@ Set the execution-count slot of `jupyter-repl-current-client' to 1+ the execution count of the client's kernel. Block until the kernel goes idle for our request." (let* ((client jupyter-repl-current-client) - (req (jupyter-execute-request client :code "" :silent t))) - (setf (jupyter-request-run-handlers-p req) nil) + (req (let ((jupyter-inhibit-handlers t)) + (jupyter-execute-request client :code "" :silent t)))) (jupyter-add-callback req :status (lambda (msg) (oset client execution-state