emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/comint.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/comint.el
Date: Wed, 28 Aug 2002 00:40:42 -0400

Index: emacs/lisp/comint.el
diff -c emacs/lisp/comint.el:1.282 emacs/lisp/comint.el:1.283
*** emacs/lisp/comint.el:1.282  Mon Aug 19 01:03:21 2002
--- emacs/lisp/comint.el        Wed Aug 28 00:40:42 2002
***************
*** 1552,1557 ****
--- 1552,1558 ----
      ;; 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]