1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

(comint-carriage-motion): Start at START.

This commit is contained in:
Miles Bader 2002-08-28 04:40:42 +00:00
parent f871a27b8f
commit dd77cb223b

View File

@ -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