mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Fix byte compile warning
This commit is contained in:
parent
59275f655a
commit
d8781d594c
1 changed files with 1 additions and 0 deletions
|
@ -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.")
|
||||
|
|
Loading…
Add table
Reference in a new issue