emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Fri, 30 Mar 2007 15:30:26 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/03/30 15:30:26

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.853
retrieving revision 1.854
diff -u -b -r1.853 -r1.854
--- simple.el   28 Mar 2007 18:36:01 -0000      1.853
+++ simple.el   30 Mar 2007 15:30:26 -0000      1.854
@@ -4478,7 +4478,7 @@
       (save-excursion
        (save-restriction
          (if blink-matching-paren-distance
-             (narrow-to-region (max (point-min)
+             (narrow-to-region (max (minibuffer-prompt-end)
                                     (- (point) blink-matching-paren-distance))
                                oldpos))
          (condition-case ()




reply via email to

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