diff options
Diffstat (limited to 'lisp/comint.el')
| -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 2d0ae6920f9..975291471df 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -2513,7 +2513,7 @@ text matching `comint-prompt-regexp'." | |||
| 2513 | (if (> n 0) | 2513 | (if (> n 0) |
| 2514 | (next-single-char-property-change pos 'field) | 2514 | (next-single-char-property-change pos 'field) |
| 2515 | (previous-single-char-property-change pos 'field))) | 2515 | (previous-single-char-property-change pos 'field))) |
| 2516 | (cond ((or (null pos) (= pos prev-pos)) | 2516 | (cond ((= pos prev-pos) |
| 2517 | ;; Ran off the end of the buffer. | 2517 | ;; Ran off the end of the buffer. |
| 2518 | (when (> n 0) | 2518 | (when (> n 0) |
| 2519 | ;; There's always an input field at the end of the | 2519 | ;; There's always an input field at the end of the |