diff lisp/simple.el @ 104023:afb0c07ee9cb

(blink-matching-paren-distance): Bump to 100k. (Bug#3889)
author Glenn Morris <rgm@gnu.org>
date Wed, 22 Jul 2009 02:35:45 +0000
parents 64c2a1f8f15d
children 97987e968cf8
line wrap: on
line diff
--- a/lisp/simple.el	Wed Jul 22 02:34:51 2009 +0000
+++ b/lisp/simple.el	Wed Jul 22 02:35:45 2009 +0000
@@ -5254,9 +5254,10 @@
   :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)