diff options
| -rw-r--r-- | lisp/term.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/term.el b/lisp/term.el index e759bb8e4fd..693362cc734 100644 --- a/lisp/term.el +++ b/lisp/term.el | |||
| @@ -2935,6 +2935,7 @@ See `term-prompt-regexp'." | |||
| 2935 | (delete-region (point) (line-end-position)) | 2935 | (delete-region (point) (line-end-position)) |
| 2936 | (term-down 1 t) | 2936 | (term-down 1 t) |
| 2937 | (term-move-columns (- (term-current-column))) | 2937 | (term-move-columns (- (term-current-column))) |
| 2938 | (put-text-property (1- (point)) (point) 'term-line-wrap t) | ||
| 2938 | (setq decoded-substring | 2939 | (setq decoded-substring |
| 2939 | (substring decoded-substring (- term-width old-column))) | 2940 | (substring decoded-substring (- term-width old-column))) |
| 2940 | (setq old-column 0))) | 2941 | (setq old-column 0))) |