diff options
author | Juri Linkov <juri@jurta.org> | 2005-01-06 06:54:28 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2005-01-06 06:54:28 +0000 |
commit | 2c987fc2c104db5c9416cf353345ea74b6f3be5d (patch) | |
tree | 1eb66ffe3012aabc314b993920279cd36b810faf /lisp/isearch.el | |
parent | e3cde0c787627ef741bb02669132b9953d05b3cd (diff) | |
download | emacs-2c987fc2c104db5c9416cf353345ea74b6f3be5d.tar.gz |
(isearch-lazy-highlight-update): Rename
`isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
Diffstat (limited to 'lisp/isearch.el')
-rw-r--r-- | lisp/isearch.el | 2 |
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." (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) |