diff --git a/ob-ipython.el b/ob-ipython.el index 043fb9a..5462198 100644 --- a/ob-ipython.el +++ b/ob-ipython.el @@ -313,7 +313,7 @@ a new kernel will be started." (defun ob-ipython--maybe-run-async () (when (not (ob-ipython--running-p)) - (when-let (val (ob-ipython--dequeue 'ob-ipython--async-queue)) + (-when-let (val (ob-ipython--dequeue 'ob-ipython--async-queue)) (cl-destructuring-bind (code name callback args) val (ob-ipython--run-async code name callback args)))))