diff options
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index f5c53687fa9..8b2c779ecd3 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1717,7 +1717,7 @@ Make backspaces delete the previous character." | |||
| 1717 | (1- prompt-start) prompt-start 'read-only 'fence)) | 1717 | (1- prompt-start) prompt-start 'read-only 'fence)) |
| 1718 | (add-text-properties | 1718 | (add-text-properties |
| 1719 | prompt-start (point) | 1719 | prompt-start (point) |
| 1720 | '(read-only t rear-non-sticky t front-sticky (read-only)))) | 1720 | '(read-only t rear-nonsticky t front-sticky (read-only)))) |
| 1721 | (unless (and (bolp) (null comint-last-prompt-overlay)) | 1721 | (unless (and (bolp) (null comint-last-prompt-overlay)) |
| 1722 | ;; Need to create or move the prompt overlay (in the case | 1722 | ;; Need to create or move the prompt overlay (in the case |
| 1723 | ;; where there is no prompt ((bolp) == t), we still do | 1723 | ;; where there is no prompt ((bolp) == t), we still do |