]> git.eshelyaron.com Git - emacs.git/commit
* lisp/replace.el (replace-highlight): Optimize for large buffers (bug#56815)
authorJuri Linkov <juri@linkov.net>
Tue, 9 Aug 2022 18:54:32 +0000 (21:54 +0300)
committerJuri Linkov <juri@linkov.net>
Tue, 9 Aug 2022 18:54:32 +0000 (21:54 +0300)
commit619d5af54ab1eb4d8f8e5971de65c8baf63f4732
treee6e622863749cfe866c07f63ac342a80efbd58b8
parent41169b55340878120fdf695eb4ac1fcb2679e7b8
* lisp/replace.el (replace-highlight): Optimize for large buffers (bug#56815)

Let-bind isearch-lazy-count and lazy-highlight-buffer to nil to avoid
revisiting all matches in the whole buffer after every replacement.
lisp/replace.el