(isearch-lazy-highlight-update): Rename

`isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
This commit is contained in:
Juri Linkov
2005-01-06 06:54:28 +00:00
parent e3cde0c787
commit 2c987fc2c1

View File

@@ -2446,7 +2446,7 @@ Attempt to do the search exactly the way the pending isearch would."
(goto-char (window-end)))))))
(unless nomore
(setq isearch-lazy-highlight-timer
(run-at-time isearch-lazy-highlight-interval nil
(run-at-time lazy-highlight-interval nil
'isearch-lazy-highlight-update)))))))))
(defun isearch-resume (search regexp word forward message case-fold)