Fix byte compile warning

This commit is contained in:
Nathaniel Nicandro 2019-05-06 16:44:12 -05:00
parent 59275f655a
commit d8781d594c

View file

@ -36,6 +36,7 @@
:group 'jupyter)
(declare-function jupyter-read-plist "jupyter-base" (file))
(declare-function jupyter-command "jupyter-base" (&rest args))
(defvar jupyter--kernelspecs (make-hash-table :test #'equal :size 5)
"An alist matching kernel names to their kernelspec directories.")