mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix ein:notebook-new: remove msg-cell-map
This commit is contained in:
parent
6a7b0497b0
commit
1c1135685b
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ is `nil', BODY is executed with any cell types."
|
||||||
(let ((notebook (apply #'make-ein:$notebook
|
(let ((notebook (apply #'make-ein:$notebook
|
||||||
:url-or-port url-or-port
|
:url-or-port url-or-port
|
||||||
:notebook-id notebook-id
|
:notebook-id notebook-id
|
||||||
:msg-cell-map (make-hash-table :test 'equal)
|
|
||||||
args)))
|
args)))
|
||||||
notebook))
|
notebook))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue