From fd413a376573cd0992303019d4d59ccc6336dc9c Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 22 Jul 2009 02:35:45 +0000 Subject: [PATCH] (blink-matching-paren-distance): Bump to 100k. (Bug#3889) --- lisp/ChangeLog | 10 ++++++++++ lisp/simple.el | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f8e7694588..1babedfb15a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,13 @@ +2009-07-22 Glenn Morris + + * simple.el (blink-matching-paren-distance): Bump to 100k. (Bug#3889) + + * emacs-lisp/shadow.el (shadows-compare-text-p): Remove leading * from + defcustom doc. + (list-load-path-shadows): Optionally, just return shadows as a string. + + * mail/emacsbug.el (report-emacs-bug): Include any load-path shadows. + 2009-07-21 Chong Yidong * mail/rmailedit.el (rmail-edit-mode): Use diff --git a/lisp/simple.el b/lisp/simple.el index 23a503ca176..e9deafbfb6e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -5254,9 +5254,10 @@ It is also ignored if `show-paren-mode' is enabled." :type 'boolean :group 'paren-blinking) -(defcustom blink-matching-paren-distance (* 25 1024) +(defcustom blink-matching-paren-distance (* 100 1024) "If non-nil, maximum distance to search backwards for matching open-paren. If nil, search stops at the beginning of the accessible portion of the buffer." + :version "23.2" ; 25->100k :type '(choice (const nil) integer) :group 'paren-blinking) -- 2.39.2