1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00: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))