From 871e0439db12b16ce153fbf3fa14974a44038715 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 22 Jan 2001 10:20:06 +0000 Subject: [PATCH] (isearch-lazy-highlight-initial-delay): Set default to 0.25. --- lisp/ChangeLog | 5 +++++ lisp/isearch.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index feddebb56f9..b1d934e7110 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-01-22 Gerd Moellmann + + * isearch.el (isearch-lazy-highlight-initial-delay): Set default + to 0.25. + 2001-01-20 Miles Bader * cus-edit.el (custom-face-save): Do post-processing on the face's diff --git a/lisp/isearch.el b/lisp/isearch.el index e1903367bae..59c93a4fe92 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) -- 2.39.2