]> git.eshelyaron.com Git - emacs.git/commit
* src/regex-emacs.c (forall_firstchar_1): Improve corner case
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jan 2024 20:06:24 +0000 (15:06 -0500)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jan 2024 18:31:51 +0000 (19:31 +0100)
commit912f8ce2c5372a10bbfefb7967f640cd7a736f4d
tree960f16f415de830b33cb251bbdae67fff141b2ed
parent8adce03c05d26d5410b776dfffe5cba07f6666ef
* src/regex-emacs.c (forall_firstchar_1): Improve corner case

Fixes a "FORALL_FIRSTCHAR: Broken assumption2!!" warning with:

    "^\\(# *\\)\\([^ ]+?\\) *: *\\(.*?\\(?:\n\\1[ \t]+.*?\\)*\\)[[:space:]]*$"

(cherry picked from commit f821ac29e0cf69316d6c721bafe9b749b47a6db3)
src/regex-emacs.c