]> git.eshelyaron.com Git - emacs.git/commit
* lisp/outline.el (outline-font-lock-keywords): Replace ‘.+’ with ‘.*’.
authorJuri Linkov <juri@linkov.net>
Wed, 24 Nov 2021 18:46:53 +0000 (20:46 +0200)
committerJuri Linkov <juri@linkov.net>
Wed, 24 Nov 2021 18:47:48 +0000 (20:47 +0200)
commit388b4a12f58855f24eca8f00cd20659a9d2b81d6
treec7c4d798d807fbd82f58028523cf83465e435edf
parentfde9363a57d0d38d592122fe5ca01aaafd0afa52
* lisp/outline.el (outline-font-lock-keywords): Replace ‘.+’ with ‘.*’.

Make the regexp less restrictive and don't require the outline heading
to have more text after outline-regexp until the end of the heading line
(bug#51016).
lisp/outline.el