* admin/admin.el: (set-version): Fix regexp for configure.ac.

This commit is contained in:
Eli Zaretskii 2024-06-23 06:42:29 -04:00
parent 60475a73d1
commit bc72c33ac3

View file

@ -110,7 +110,7 @@ Root must be the root of an Emacs source tree."
(submatch (1+ (in "0-9.")))))) (submatch (1+ (in "0-9."))))))
(set-version-in-file root "configure.ac" version (set-version-in-file root "configure.ac" version
(rx (and "AC_INIT" (1+ (not (in ?,))) (rx (and "AC_INIT" (1+ (not (in ?,)))
?, (0+ space) ?, (0+ space) ?\[
(submatch (1+ (in "0-9.")))))) (submatch (1+ (in "0-9."))))))
(set-version-in-file root "nt/README.W32" version (set-version-in-file root "nt/README.W32" version
(rx (and "version" (1+ space) (rx (and "version" (1+ space)