]> git.eshelyaron.com Git - emacs.git/commit
Fix invalid search bound in 'search-within-boundaries'.
authorJuri Linkov <juri@linkov.net>
Tue, 29 Apr 2025 16:41:44 +0000 (19:41 +0300)
committerEshel Yaron <me@eshelyaron.com>
Thu, 1 May 2025 07:23:19 +0000 (09:23 +0200)
commitfcd0333a620a0a29f18195ae32793969e5e7ed7b
tree95d67178603219301a94501e378787a0c165de11
parent0cfc06d09571eb93e02d43fe12828de7e9eb2021
Fix invalid search bound in 'search-within-boundaries'.

* lisp/isearch.el (search-within-boundaries): Don't go over BOUND.

* test/lisp/isearch-tests.el (isearch--test-search-within-boundaries):
Test with the BOUND arg as well (bug#78116).

(cherry picked from commit 9d0595d8795fbd604c6429317daff4d6445f8904)
lisp/isearch.el
test/lisp/isearch-tests.el