mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
Move declaration
* jupyter-base.el: Do it.
This commit is contained in:
parent
1c154ca68d
commit
04330c4dd3
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue