We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f61ea5 commit 635291eCopy full SHA for 635291e
lisp/core/repl.el
@@ -39,7 +39,7 @@
39
(while (setq input (read-from-minibuffer (ansi-blue "ELISP> ")))
40
(with-current-buffer "*ielm*"
41
(insert input)
42
- (setq eask--repl-old-pos (point)) ; skip all input
+ (setq eask--repl-old-pos (1+ (point))) ; skip all input, move to next line
43
(eask--silent (ielm-send-input))
44
(eask--repl-output)))))
45
0 commit comments