mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-24 10:38:38 +00:00
(telnet-filter): Position comint-last-output-start.
This commit is contained in:
parent
a2825280f1
commit
f0ed3f3e53
@ -165,6 +165,7 @@ rejecting one login and prompting again for a username and password.")
|
|||||||
(ws (and w (window-start w))))
|
(ws (and w (window-start w))))
|
||||||
(goto-char last-insertion)
|
(goto-char last-insertion)
|
||||||
(insert-before-markers string)
|
(insert-before-markers string)
|
||||||
|
(set-marker comint-last-output-start last-insertion)
|
||||||
(set-marker (process-mark proc) (point))
|
(set-marker (process-mark proc) (point))
|
||||||
(if ws (set-window-start w ws t))
|
(if ws (set-window-start w ws t))
|
||||||
(if ie (set-marker comint-last-input-end ie))
|
(if ie (set-marker comint-last-input-end ie))
|
||||||
|
Loading…
Reference in New Issue
Block a user