diff options
| -rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 4ea880de1ee..4209e8129f2 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2189,7 +2189,7 @@ See `term-prompt-regexp'." | |||
| 2189 | (setq i temp)) | 2189 | (setq i temp)) |
| 2190 | (t ;; Not followed by LF or can't optimize: | 2190 | (t ;; Not followed by LF or can't optimize: |
| 2191 | (term-vertical-motion 0) | 2191 | (term-vertical-motion 0) |
| 2192 | (setq term-current-column 0)))) | 2192 | (setq term-current-column term-start-line-column)))) |
| 2193 | ((eq char ?\n) | 2193 | ((eq char ?\n) |
| 2194 | (if (not (and term-kill-echo-list | 2194 | (if (not (and term-kill-echo-list |
| 2195 | (term-check-kill-echo-list))) | 2195 | (term-check-kill-echo-list))) |