* admin/admin.el: (set-version): Fix regexp for configure.ac.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user