From b8fbd474999ae2282f763db0005f477c5c18174d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 17 Jan 2001 14:11:06 +0000 Subject: [PATCH] (isearch-lazy-highlight-initial-delay) (isearch-lazy-highlight-interval): Default to 0. --- lisp/isearch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 5fd96546601..fbc62e87398 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -1838,12 +1838,12 @@ If this is nil, extra highlighting can be \"manually\" removed with :type 'boolean :group 'isearch-lazy-highlight) -(defcustom isearch-lazy-highlight-initial-delay 0.25 +(defcustom isearch-lazy-highlight-initial-delay 0 ; 0.25 "*Seconds to wait before beginning to lazily highlight all matches." :type 'number :group 'isearch-lazy-highlight) -(defcustom isearch-lazy-highlight-interval 0.0625 +(defcustom isearch-lazy-highlight-interval 0 ; 0.0625 "*Seconds between lazily highlighting successive matches." :type 'number :group 'isearch-lazy-highlight) -- 2.39.5