Fix +eval:region sending whole buffer to REPL #1941

This commit is contained in:
Henrik Lissner 2019-11-12 20:22:38 -05:00
parent 5498b17de2
commit d0a7cac3ad
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -8,7 +8,7 @@
(interactive "<r>")
(if (and (fboundp '+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)))
;;;###autoload (autoload '+eval:replace-region "tools/eval/autoload/evil" nil t)