From: Eli Zaretskii Date: Sun, 23 Jun 2024 10:42:29 +0000 (-0400) Subject: * admin/admin.el: (set-version): Fix regexp for configure.ac. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bf841fbe72cbdf1e70ad4efb70764d9b4d3bc95b;p=emacs.git * admin/admin.el: (set-version): Fix regexp for configure.ac. (cherry picked from commit bc72c33ac387a0a8cee5a9c0796db35c1c675297) --- diff --git a/admin/admin.el b/admin/admin.el index 7fa2727aeb7..a4d3720ab69 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -110,7 +110,7 @@ Root must be the root of an Emacs source tree." (submatch (1+ (in "0-9.")))))) (set-version-in-file root "configure.ac" version (rx (and "AC_INIT" (1+ (not (in ?,))) - ?, (0+ space) + ?, (0+ space) ?\[ (submatch (1+ (in "0-9.")))))) (set-version-in-file root "nt/README.W32" version (rx (and "version" (1+ space)