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-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~915 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bc72c33ac387a0a8cee5a9c0796db35c1c675297;p=emacs.git * admin/admin.el: (set-version): Fix regexp for configure.ac. --- 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)