]> git.eshelyaron.com Git - emacs.git/commit
Fix etags tagging by multiline regexps
authorEli Zaretskii <eliz@gnu.org>
Sat, 19 Oct 2024 08:18:45 +0000 (11:18 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 22 Oct 2024 18:55:59 +0000 (20:55 +0200)
commit9933f282b1f37570eae54e3c977824129843d9ba
tree81cf860dcaffae7ce6e094895b90955aeafa1153
parent2792f529a9478989554934672b574465227bde68
Fix etags tagging by multiline regexps

* lib-src/etags.c (regex_tag_multiline): Fix off-by-one error in
determining the end of the tag matched by a multiline regexp.
(Bug#73771)

* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6: Adjust test results to the above
change.

(cherry picked from commit d0be0965ca344caab7879b2ac2373a68025c9ba2)
lib-src/etags.c