Mercurial > emacs
changeset 47073:714225426f8e
(comint-carriage-motion): Start at START.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 28 Aug 2002 04:40:42 +0000 |
parents | 641218868c7a |
children | 70f20d705b3d |
files | lisp/comint.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/comint.el Wed Aug 28 01:20:22 2002 +0000 +++ b/lisp/comint.el Wed Aug 28 04:40:42 2002 +0000 @@ -1552,6 +1552,7 @@ ;; 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