mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-05 07:41:37 -05:00
Remove old variable
This commit is contained in:
parent
09534ab6fb
commit
c4a1d6aa97
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ buffer to display TEXT."
|
|||
(save-excursion
|
||||
(goto-char pos)
|
||||
(when (search-forward ename nil t)
|
||||
(let ((len (- (length jupyter-repl-error-prefix)
|
||||
(let ((len (- fill-column
|
||||
(- (point) (line-beginning-position))
|
||||
(- (line-end-position) (point)))))
|
||||
(jupyter-repl-insert
|
||||
|
|
Loading…
Add table
Reference in a new issue