summaryrefslogtreecommitdiff
path: root/admin/admin.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-11-28 19:47:35 +0200
committerEli Zaretskii <eliz@gnu.org>2022-11-28 19:47:35 +0200
commitc6cb6d8506916dd1c17fba2d24ec63426c4afdbd (patch)
treec1b4eebe626f87341f70c9df3639385d4fb2a29a /admin/admin.el
parent2772ebe3667f28cefd0d6134204ce6a3c7a8c323 (diff)
downloademacs-c6cb6d8506916dd1c17fba2d24ec63426c4afdbd.tar.gz
Cut the emacs-29 release branch
* README: * configure.ac: * nt/README.W32: * msdos/sed2v2.inp: Bump Emacs version to 29.0.60. * admin/admin.el (set-version): Fix regexp for configure.ac. * lisp/cus-edit.el (customize-changed-options-previous-release): Bump last version to 28.2.
Diffstat (limited to 'admin/admin.el')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 6a67f172e2c..4743d776918 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)