From 1c1135685bd3d276858bf78a26358dd292a3af2f Mon Sep 17 00:00:00 2001 From: Takafumi Arakaki Date: Tue, 22 May 2012 23:51:04 +0200 Subject: [PATCH] Fix ein:notebook-new: remove msg-cell-map --- ein-notebook.el | 1 - 1 file changed, 1 deletion(-) diff --git a/ein-notebook.el b/ein-notebook.el index abad3ea..e3fab74 100644 --- a/ein-notebook.el +++ b/ein-notebook.el @@ -120,7 +120,6 @@ is `nil', BODY is executed with any cell types." (let ((notebook (apply #'make-ein:$notebook :url-or-port url-or-port :notebook-id notebook-id - :msg-cell-map (make-hash-table :test 'equal) args))) notebook))