aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 3a7ca9c5576..3867a6d42d1 100644
--- a/lisp/isearch.el
+++ b/lisp/isearch.el
@@ -2446,7 +2446,7 @@ Attempt to do the search exactly the way the pending isearch would."
2446 (goto-char (window-end))))))) 2446 (goto-char (window-end)))))))
2447 (unless nomore 2447 (unless nomore
2448 (setq isearch-lazy-highlight-timer 2448 (setq isearch-lazy-highlight-timer
2449 (run-at-time isearch-lazy-highlight-interval nil 2449 (run-at-time lazy-highlight-interval nil
2450 'isearch-lazy-highlight-update))))))))) 2450 'isearch-lazy-highlight-update)))))))))
2451 2451
2452(defun isearch-resume (search regexp word forward message case-fold) 2452(defun isearch-resume (search regexp word forward message case-fold)