1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

(telnet-filter): Position comint-last-output-start.

This commit is contained in:
Karl Heuer 1997-12-11 07:24:47 +00:00
parent a2825280f1
commit f0ed3f3e53

View file

@ -165,6 +165,7 @@ rejecting one login and prompting again for a username and password.")
(ws (and w (window-start w))))
(goto-char last-insertion)
(insert-before-markers string)
(set-marker comint-last-output-start last-insertion)
(set-marker (process-mark proc) (point))
(if ws (set-window-start w ws t))
(if ie (set-marker comint-last-input-end ie))