]> git.eshelyaron.com Git - emacs.git/commit
Fix more shy group regexps
authorBasil L. Contovounesios <contovob@tcd.ie>
Sun, 11 Jun 2023 23:23:56 +0000 (00:23 +0100)
committerBasil L. Contovounesios <contovob@tcd.ie>
Sat, 17 Jun 2023 15:36:27 +0000 (16:36 +0100)
commitfef27d28fa70b52b6dc302d0b3ae1687499dd499
treeedba954a9134bc55d4fc0f1bdac2e3b8d3c1507c
parentf47cf7110edf94b7fb7c7a5ffa97e817f7a0e9d1
Fix more shy group regexps

These issues were caught by modified versions of the GNU ELPA
packages xr and relint:
- https://github.com/mattiase/xr/pull/6
- https://github.com/mattiase/relint/pull/14

* lisp/gnus/gnus-art.el (gnus-parse-news-url): Remove redundant
numbered group and calls to match-string.
* lisp/progmodes/c-ts-mode.el (c-ts-mode--c-or-c++-regexp): Fix shy
group mistyped as optional colon (bug#64019#29).
* lisp/vc/vc-git.el (vc-git-annotate-time): Ditto.  Also fix
timezone parsing by using iso8601-parse (bug#64069).
* test/lisp/vc/vc-git-tests.el (vc-git-test-annotate-time): New
test.
lisp/gnus/gnus-art.el
lisp/progmodes/c-ts-mode.el
lisp/vc/vc-git.el
test/lisp/vc/vc-git-tests.el