aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorJoakim Verona2012-02-10 08:29:52 +0100
committerJoakim Verona2012-02-10 08:29:52 +0100
commitdb2e8ff4fd52d6a06cef414787fd031cc26d43fa (patch)
treec0e6fe54a70be21c9efa1f34040ce08499754e74 /lisp/comint.el
parent8c5c7f5afa968d06efb6788cf680d5463c389d85 (diff)
parent667ced3a2d224b0f2ab3f2da26468791252c234a (diff)
downloademacs-db2e8ff4fd52d6a06cef414787fd031cc26d43fa.tar.gz
emacs-db2e8ff4fd52d6a06cef414787fd031cc26d43fa.zip
upstream
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el2
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