aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/isearch.el
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2005-01-06 06:54:28 +0000
committerJuri Linkov <[email protected]>2005-01-06 06:54:28 +0000
commit2c987fc2c104db5c9416cf353345ea74b6f3be5d (patch)
tree1eb66ffe3012aabc314b993920279cd36b810faf /lisp/isearch.el
parente3cde0c787627ef741bb02669132b9953d05b3cd (diff)
(isearch-lazy-highlight-update): Rename
`isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r--lisp/isearch.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/isearch.el b/lisp/isearch.el
index 3a7ca9c557..3867a6d42d 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."
(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)