mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(comint-carriage-motion): Start at START.
This commit is contained in:
parent
f871a27b8f
commit
dd77cb223b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue