]> git.eshelyaron.com Git - emacs.git/commit
Make minibuffer lazy highlight setup buffer-local where appropriate
authorAugusto Stoffel <arstoffel@gmail.com>
Sat, 14 May 2022 15:21:27 +0000 (17:21 +0200)
committerJuri Linkov <juri@linkov.net>
Sun, 15 May 2022 18:44:53 +0000 (21:44 +0300)
commit2b3f3d421aac829f8cdefed1d2fc3f6116066a0d
treed944bb1bbe603d7d8c3abc451f289a9435ff2e0a
parent4cba465c58a3bac258b97ae6dffb8441bf71f337
Make minibuffer lazy highlight setup buffer-local where appropriate

* lisp/isearch.el (minibuffer-lazy-highlight-setup): Modify hooks
buffer-locally, so that recursive minibuffers are not affected by the
special behavior of lazy-highlight.  Also make
'isearch-filter-predicate' buffer-local, so that isearch in the
minibuffer is not affected by the region filter (bug#55110).
lisp/isearch.el