Move declaration

* jupyter-base.el: Do it.
This commit is contained in:
Nathaniel Nicandro 2020-04-14 23:25:18 -05:00
parent 1c154ca68d
commit 04330c4dd3

View file

@ -37,6 +37,7 @@
(declare-function tramp-file-name-user "tramp")
(declare-function tramp-file-name-host "tramp")
(declare-function jupyter-message-content "jupyter-messages" (msg))
(declare-function jupyter-new-uuid "jupyter-messages")
;;; Custom variables
@ -386,8 +387,6 @@ will be called when OBJ is garbage collected."
;;; Session object definition
(declare-function jupyter-new-uuid "jupyter-messages")
(cl-defstruct (jupyter-session
(:constructor nil)
(:constructor