]> git.eshelyaron.com Git - emacs.git/commitdiff
(isearch-lazy-highlight-initial-delay): Set default
authorGerd Moellmann <gerd@gnu.org>
Mon, 22 Jan 2001 10:20:06 +0000 (10:20 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 22 Jan 2001 10:20:06 +0000 (10:20 +0000)
to 0.25.

lisp/ChangeLog
lisp/isearch.el

index feddebb56f915965f3d0af3d5c7867381db051a6..b1d934e7110f7332daed7465e97b8ca10edcd93d 100644 (file)
@@ -1,3 +1,8 @@
+2001-01-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * isearch.el (isearch-lazy-highlight-initial-delay): Set default
+       to 0.25.
+
 2001-01-20  Miles Bader  <miles@gnu.org>
 
        * cus-edit.el (custom-face-save): Do post-processing on the face's
index e1903367baedc22ea4c1f9af83b6bf86d4284655..59c93a4fe92149f8233e30662c050a117ea0a849 100644 (file)
@@ -1842,7 +1842,7 @@ If this is nil, extra highlighting can be \"manually\" removed with
   :type 'boolean
   :group 'isearch-lazy-highlight)
 
-(defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25
+(defcustom isearch-lazy-highlight-initial-delay 0.25
   "*Seconds to wait before beginning to lazily highlight all matches."
   :type 'number
   :group 'isearch-lazy-highlight)