diff options
| author | Karl Heuer | 1997-12-11 07:24:47 +0000 |
|---|---|---|
| committer | Karl Heuer | 1997-12-11 07:24:47 +0000 |
| commit | f0ed3f3e5328cfc9bdea77c6d7227f23b463bb4b (patch) | |
| tree | 09162f4044f4473afaadb19efa34a58995a9f78e | |
| parent | a2825280f1e01185f3f491014ab2418e65803adc (diff) | |
| download | emacs-f0ed3f3e5328cfc9bdea77c6d7227f23b463bb4b.tar.gz emacs-f0ed3f3e5328cfc9bdea77c6d7227f23b463bb4b.zip | |
(telnet-filter): Position comint-last-output-start.
| -rw-r--r-- | lisp/telnet.el | 1 |
1 files changed, 1 insertions, 0 deletions
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.") | |||
| 165 | (ws (and w (window-start w)))) | 165 | (ws (and w (window-start w)))) |
| 166 | (goto-char last-insertion) | 166 | (goto-char last-insertion) |
| 167 | (insert-before-markers string) | 167 | (insert-before-markers string) |
| 168 | (set-marker comint-last-output-start last-insertion) | ||
| 168 | (set-marker (process-mark proc) (point)) | 169 | (set-marker (process-mark proc) (point)) |
| 169 | (if ws (set-window-start w ws t)) | 170 | (if ws (set-window-start w ws t)) |
| 170 | (if ie (set-marker comint-last-input-end ie)) | 171 | (if ie (set-marker comint-last-input-end ie)) |