mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-05 17:11:41 -05:00
Fix ein:notebook-get-current-cell
This commit is contained in:
parent
5719226241
commit
1d45ee715a
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ Note that SLOT should not be quoted."
|
|||
(let ((cell (ein:aand (ein:notebook-get-current-ewoc-node pos)
|
||||
(ewoc-data it)
|
||||
(ein:$node-data it))))
|
||||
(when (ein:basecell-p cell) cell)))
|
||||
(when (ein:basecell-child-p cell) cell)))
|
||||
|
||||
(defun ein:notebook-execute-current-cell ()
|
||||
(interactive)
|
||||
|
|
Loading…
Add table
Reference in a new issue