mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 09:31:39 -05:00
Fix eintest:notebook-split-cell-at-point
This commit is contained in:
parent
89c8305ee0
commit
87f4d16c5c
1 changed files with 2 additions and 1 deletions
|
@ -278,7 +278,8 @@ NO-TRIM is passed to `ein:notebook-split-cell-at-point'."
|
|||
(insert insert-text)
|
||||
(search-backward search-text)
|
||||
;; do it
|
||||
(ein:notebook-split-cell-at-point no-trim)
|
||||
(let ((prefix-arg no-trim))
|
||||
(call-interactively #'ein:worksheet-split-cell-at-point))
|
||||
;; check the "tail" cell
|
||||
(let ((cell (ein:worksheet-get-current-cell)))
|
||||
(ein:cell-goto cell)
|
||||
|
|
Loading…
Add table
Reference in a new issue