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