mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 09:01:40 -05:00
Add dummy for maybe_reset_undo.Notebook in shared output
This commit is contained in:
parent
dc21cd2f38
commit
1ef27808c5
1 changed files with 3 additions and 2 deletions
|
@ -109,8 +109,9 @@
|
|||
ein:@shared-output)))
|
||||
|
||||
(defun ein:shared-output-bind-events (events)
|
||||
(ein:events-on events 'set_dirty.Notebook
|
||||
(lambda (&rest ignore))))
|
||||
"Add dummy event handlers."
|
||||
(ein:events-on events 'set_dirty.Notebook (lambda (&rest ignore)))
|
||||
(ein:events-on events 'maybe_reset_undo.Notebook (lambda (&rest ignore))))
|
||||
|
||||
(defun ein:shared-output-get-cell ()
|
||||
"Get the singleton shared output cell.
|
||||
|
|
Loading…
Add table
Reference in a new issue