From bf841fbe72cbdf1e70ad4efb70764d9b4d3bc95b Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 23 Jun 2024 06:42:29 -0400 Subject: [PATCH] * admin/admin.el: (set-version): Fix regexp for configure.ac. (cherry picked from commit bc72c33ac387a0a8cee5a9c0796db35c1c675297) --- admin/admin.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2