Mercurial > emacs
diff lisp/simple.el @ 2669:0931cd677ff4
(blink-matching-paren-distance): Change default to 12,000.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 05 May 1993 18:12:04 +0000 |
| parents | cd5e799be39b |
| children | 9ebd08f578f0 |
line wrap: on
line diff
--- 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."
