Mercurial > emacs
changeset 35363:01853844ff61
(isearch-lazy-highlight-initial-delay)
(isearch-lazy-highlight-interval): Default to 0.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 17 Jan 2001 14:11:06 +0000 |
parents | f6b85f5a5397 |
children | 19c93f3ebdce |
files | lisp/isearch.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/isearch.el Wed Jan 17 14:10:25 2001 +0000 +++ b/lisp/isearch.el Wed Jan 17 14:11:06 2001 +0000 @@ -1838,12 +1838,12 @@ :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)