]> git.eshelyaron.com Git - emacs.git/commit
* lisp/isearch.el (isearch-search-fun-in-text-property): Handle ^/$ specially.
authorJuri Linkov <juri@linkov.net>
Sun, 12 Jun 2022 16:45:15 +0000 (19:45 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 12 Jun 2022 16:45:15 +0000 (19:45 +0300)
commite42d4d2ddf4f193c2e3b9391fd6b4cb4ea3ba4b3
tree6aeb2c0912b0e3e065de0ef96602df8d650ede05
parent1dd92bb7b8817038577626a13d7464a09e4d8a27
* lisp/isearch.el (isearch-search-fun-in-text-property): Handle ^/$ specially.

When the regexp contains ^ or $ then use a temporary buffer to find matches
at the beginning/end of the region with the given text property (bug#14013).
etc/NEWS
lisp/isearch.el