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:
parent
f871a27b8f
commit
dd77cb223b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user