From: Karl Heuer Date: Thu, 11 Dec 1997 07:24:47 +0000 (+0000) Subject: (telnet-filter): Position comint-last-output-start. X-Git-Tag: emacs-20.3~2617 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0ed3f3e5328cfc9bdea77c6d7227f23b463bb4b;p=emacs.git (telnet-filter): Position comint-last-output-start. --- diff --git a/lisp/telnet.el b/lisp/telnet.el index caecf8e368d..2bb605332aa 100644 --- a/lisp/telnet.el +++ b/lisp/telnet.el @@ -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))