Mercurial > emacs
changeset 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 | 33761a44c172 |
children | 7c9deb765a64 |
files | lisp/simple.el |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
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."