# HG changeset patch # User Richard M. Stallman # Date 736625524 0 # Node ID 0931cd677ff4aae4795671e1cf758952c9c8269a # Parent 33761a44c172d33c97d0fcccdbb04b522b042682 (blink-matching-paren-distance): Change default to 12,000. diff -r 33761a44c172 -r 0931cd677ff4 lisp/simple.el --- a/lisp/simple.el Tue May 04 22:13:52 1993 +0000 +++ b/lisp/simple.el Wed May 05 18:12:04 1993 +0000 @@ -1986,9 +1986,8 @@ (defvar blink-matching-paren t "*Non-nil means show matching open-paren when close-paren is inserted.") -(defconst blink-matching-paren-distance 4000 - "*If non-nil, is maximum distance to search for matching open-paren -when close-paren is inserted.") +(defconst blink-matching-paren-distance 12000 + "*If non-nil, is maximum distance to search for matching open-paren.") (defun blink-matching-open () "Move cursor momentarily to the beginning of the sexp before point."