1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(term-emulate-terminal): On CR, set term-current-column

to term-start-line-column, not 0.
This commit is contained in:
Richard M. Stallman 1996-05-11 17:11:06 +00:00
parent 8060ee8f14
commit e38ee395e8

View File

@ -2189,7 +2189,7 @@ See `term-prompt-regexp'."
(setq i temp))
(t ;; Not followed by LF or can't optimize:
(term-vertical-motion 0)
(setq term-current-column 0))))
(setq term-current-column term-start-line-column))))
((eq char ?\n)
(if (not (and term-kill-echo-list
(term-check-kill-echo-list)))