changeset 35454:9890c94c01ea

(isearch-lazy-highlight-initial-delay): Set default to 0.25.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 22 Jan 2001 10:19:34 +0000
parents 26726eff41ca
children 726f7fb9d190
files lisp/isearch.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/isearch.el	Sun Jan 21 05:33:42 2001 +0000
+++ b/lisp/isearch.el	Mon Jan 22 10:19:34 2001 +0000
@@ -1842,7 +1842,7 @@
   :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)