# HG changeset patch # User Juanma Barranquero # Date 1175268626 0 # Node ID ee4ef15d1a2cc2e810952c0d692bf567b70c1910 # Parent 293d8ec25f859da3b984882f483b5cfd710392c8 (blink-matching-open): When in minibuffer, don't search for a match inside the prompt. diff -r 293d8ec25f85 -r ee4ef15d1a2c lisp/simple.el --- a/lisp/simple.el Fri Mar 30 06:11:38 2007 +0000 +++ b/lisp/simple.el Fri Mar 30 15:30:26 2007 +0000 @@ -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 ()