* admin/admin.el: (set-version): Fix regexp for configure.ac.
This commit is contained in:
parent
60475a73d1
commit
bc72c33ac3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue