Skip to content

Commit 0f1f22a

Browse files
nnicandrotgbugs
andcommitted
Silence undefined type warnings for json-plist
Co-authored-By: Tom Gillespie <tgbugs@users.noreply.github.com>
1 parent b1aa226 commit 0f1f22a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jupyter-base.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
(declare-function jupyter-message-content "jupyter-messages" (msg))
4040
(declare-function jupyter-new-uuid "jupyter-messages")
4141

42+
(cl-deftype json-plist () '(satisfies json-plist-p))
43+
4244
;;; Custom variables
4345

4446
(defcustom jupyter-pop-up-frame nil

0 commit comments

Comments
 (0)