Fix ein:notebook-new: remove msg-cell-map

This commit is contained in:
Takafumi Arakaki 2012-05-22 23:51:04 +02:00
parent 6a7b0497b0
commit 1c1135685b

View file

@ -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))