]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (isearch-lazy-highlight-update): Remember timer object
authorJuri Linkov <juri@linkov.net>
Wed, 18 Sep 2019 22:12:36 +0000 (01:12 +0300)
committerJuri Linkov <juri@linkov.net>
Wed, 18 Sep 2019 22:12:36 +0000 (01:12 +0300)
commit107ce3050fc37b9a13d8304ae1bb73fac9de5f61
treea9a991c90a659c49dcbb4f1b8c1c99eb431efe00
parent617f4f31a09f974b0c9cbac903643ee553e5eaa8
* lisp/isearch.el (isearch-lazy-highlight-update): Remember timer object

in isearch-lazy-highlight-timer to cancel it in lazy-highlight-cleanup.

(isearch-done): No need to set isearch-lazy-highlight-start to nil -
it used to reset lazy-highlight loop like isearch-lazy-highlight-window-start,
but now other packages set isearch-lazy-highlight-last-string to nil to reset
lazy-highlight loop.
lisp/isearch.el