Fix +eval:region sending whole buffer to REPL #1941
This commit is contained in:
parent
5498b17de2
commit
d0a7cac3ad
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
(interactive "<r>")
|
(interactive "<r>")
|
||||||
(if (and (fboundp '+eval--ensure-in-repl-buffer)
|
(if (and (fboundp '+eval--ensure-in-repl-buffer)
|
||||||
(+eval--ensure-in-repl-buffer))
|
(+eval--ensure-in-repl-buffer))
|
||||||
(+eval/send-region-to-repl (point-min) (point-max))
|
(+eval/send-region-to-repl beg end)
|
||||||
(+eval/region beg end)))
|
(+eval/region beg end)))
|
||||||
|
|
||||||
;;;###autoload (autoload '+eval:replace-region "tools/eval/autoload/evil" nil t)
|
;;;###autoload (autoload '+eval:replace-region "tools/eval/autoload/evil" nil t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue