mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Use ignore function in ein:shared-output-bind-events
This commit is contained in:
parent
8acb9409b1
commit
62ab5c5ba9
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@
|
|||
|
||||
(defun ein:shared-output-bind-events (events)
|
||||
"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))))
|
||||
(ein:events-on events 'set_dirty.Notebook #'ignore)
|
||||
(ein:events-on events 'maybe_reset_undo.Notebook #'ignore))
|
||||
|
||||
(defun ein:shared-output-get-cell ()
|
||||
"Get the singleton shared output cell.
|
||||
|
|
Loading…
Add table
Reference in a new issue