aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/isearch.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index feddebb56f..b1d934e711 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2001-01-22 Gerd Moellmann <[email protected]>
+
+ * isearch.el (isearch-lazy-highlight-initial-delay): Set default
+ to 0.25.
+
2001-01-20 Miles Bader <[email protected]>
* cus-edit.el (custom-face-save): Do post-processing on the face's
diff --git a/lisp/isearch.el b/lisp/isearch.el
index e1903367ba..59c93a4fe9 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -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)