]> git.eshelyaron.com Git - emacs.git/commit
* lisp/outline.el (outline-minor-mode-highlight-buffer): Adjust match data.
authorJuri Linkov <juri@linkov.net>
Mon, 5 May 2025 16:50:24 +0000 (19:50 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sat, 10 May 2025 08:49:58 +0000 (10:49 +0200)
commit2ae897bb351553f55d207b5e4eee993f92d5d686
tree10a0aa7afcb92489124760446a1a0531968c1665
parent6f5a71349149eb2b4bcfb34e254a16c9385fdfd3
* lisp/outline.el (outline-minor-mode-highlight-buffer): Adjust match data.

After a successful call to 'outline-search-function'
set the end of the match data to the end of the line
that is equivalent to adding ".*" in the regexp.
This accompanies the recent change in 'outline-font-lock-keywords'.

(cherry picked from commit 6c3a995ed535f9fb492461a53442e4d8bd4deb17)
lisp/outline.el