1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-06 11:55:48 +00:00

(blink-matching-paren-distance): Change default to 12,000.

This commit is contained in:
Richard M. Stallman 1993-05-05 18:12:04 +00:00
parent 6648f23a73
commit 3731572535

View File

@ -1986,9 +1986,8 @@ in the mode line."
(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."