]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/admin.el: (set-version): Fix regexp for configure.ac.
authorEli Zaretskii <eliz@gnu.org>
Sun, 23 Jun 2024 10:42:29 +0000 (06:42 -0400)
committerEshel Yaron <me@eshelyaron.com>
Mon, 24 Jun 2024 07:07:31 +0000 (09:07 +0200)
(cherry picked from commit bc72c33ac387a0a8cee5a9c0796db35c1c675297)

admin/admin.el

index 7fa2727aeb74ce740da238c28306d56fbed4f762..a4d3720ab6966bba0b5743eba189483ed2ad5420 100644 (file)
@@ -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)