aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/comint.el
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2002-08-28 04:40:42 +0000
committerMiles Bader <[email protected]>2002-08-28 04:40:42 +0000
commitdd77cb223ba1799e63b640e3789e25d20c74c25a (patch)
tree626afaeb1d46753697b9636751375f7d4225b381 /lisp/comint.el
parentf871a27b8f01ddf00c1e00c9a017ce1d2fade73b (diff)
(comint-carriage-motion): Start at START.
Diffstat (limited to 'lisp/comint.el')
-rw-r--r--lisp/comint.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/comint.el b/lisp/comint.el
index 31524572a5..8eb7fa776e 100644
--- a/lisp/comint.el
+++ b/lisp/comint.el
@@ -1552,6 +1552,7 @@ Make backspaces delete the previous character."
;; First do a quick check to see if there are any applicable
;; characters, so we can avoid calling save-match-data and
;; save-restriction if not.
+ (goto-char start)
(when (< (skip-chars-forward "^\b\r" end) (- end start))
(save-match-data
(save-restriction