]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (isearch-search-and-update): Let-bind 'isearch-cmds'.
authorJuri Linkov <juri@linkov.net>
Fri, 5 Jan 2024 07:39:04 +0000 (09:39 +0200)
committerJuri Linkov <juri@linkov.net>
Fri, 5 Jan 2024 07:40:05 +0000 (09:40 +0200)
commitdc9d02f8a01d86ac8ff3fb004bb2f22cf211dcef
tree694ea98b29162b926e6349e67000d5dece275d96
parent9308d9a74ab586e9793b2561da23116f2b4fe205
* lisp/isearch.el (isearch-search-and-update): Let-bind 'isearch-cmds'.

When 'isearch-wrap-pause' is 'no' or 'no-ding', let-bind 'isearch-cmds'
to avoid changing it by 'isearch-push-state' in 'isearch-repeat',
so that a later DEL (isearch-delete-char) doesn't stop at the
intermediate failing state (bug#68158).
lisp/isearch.el