aboutsummaryrefslogtreecommitdiffstats
path: root/admin/admin.el
diff options
context:
space:
mode:
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 9fcc5795d21..6d729214bd0 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -62,7 +62,7 @@ Root must be the root of an Emacs source tree."
62 (set-version-in-file root "README" version 62 (set-version-in-file root "README" version
63 (rx (and "version" (1+ space) 63 (rx (and "version" (1+ space)
64 (submatch (1+ (in "0-9.")))))) 64 (submatch (1+ (in "0-9."))))))
65 (set-version-in-file root "configure.in" version 65 (set-version-in-file root "configure.ac" version
66 (rx (and "AC_INIT" (1+ (not (in ?,))) 66 (rx (and "AC_INIT" (1+ (not (in ?,)))
67 ?, (0+ space) 67 ?, (0+ space)
68 (submatch (1+ (in "0-9.")))))) 68 (submatch (1+ (in "0-9."))))))