projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60475a7
)
* admin/admin.el: (set-version): Fix regexp for configure.ac.
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Jun 2024 10:42:29 +0000
(06:42 -0400)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 23 Jun 2024 10:42:29 +0000
(06:42 -0400)
admin/admin.el
patch
|
blob
|
history
diff --git
a/admin/admin.el
b/admin/admin.el
index 7fa2727aeb74ce740da238c28306d56fbed4f762..a4d3720ab6966bba0b5743eba189483ed2ad5420 100644
(file)
--- 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)