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:
parent
a2825280f1
commit
f0ed3f3e53
1 changed files with 1 additions and 0 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue