aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2014-11-09 17:22:24 -0800
committerGlenn Morris2014-11-09 17:22:24 -0800
commitf452367d4a90ac098070a37f20e551984f12e5c2 (patch)
tree491ec18e5c0648a023d119348009a4338d647ab9 /admin
parent9be1c1edb09dddeebc6eb3bf982a41adc6377a6d (diff)
downloademacs-f452367d4a90ac098070a37f20e551984f12e5c2.tar.gz
emacs-f452367d4a90ac098070a37f20e551984f12e5c2.zip
* admin/admin.el: Comments.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index ce434c6460e..63b0d190c80 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -98,6 +98,7 @@ Root must be the root of an Emacs source tree."
98 (rx (and ".TH EMACS" (1+ not-newline) 98 (rx (and ".TH EMACS" (1+ not-newline)
99 "GNU Emacs" (1+ space) 99 "GNU Emacs" (1+ space)
100 (submatch (1+ (in "0-9.")))))) 100 (submatch (1+ (in "0-9."))))))
101 ;; No longer used, broken in multiple ways, updating version seems pointless.
101 (set-version-in-file root "nt/config.nt" version 102 (set-version-in-file root "nt/config.nt" version
102 (rx (and bol "#" (0+ blank) "define" (1+ blank) 103 (rx (and bol "#" (0+ blank) "define" (1+ blank)
103 "VERSION" (1+ blank) "\"" 104 "VERSION" (1+ blank) "\""
@@ -106,6 +107,7 @@ Root must be the root of an Emacs source tree."
106 (rx (and bol "/^#undef " (1+ not-newline) 107 (rx (and bol "/^#undef " (1+ not-newline)
107 "define VERSION" (1+ space) "\"" 108 "define VERSION" (1+ space) "\""
108 (submatch (1+ (in "0-9.")))))) 109 (submatch (1+ (in "0-9."))))))
110 ;; No longer used, broken in multiple ways, updating version seems pointless.
109 (set-version-in-file root "nt/makefile.w32-in" version 111 (set-version-in-file root "nt/makefile.w32-in" version
110 (rx (and "VERSION" (0+ space) "=" (0+ space) 112 (rx (and "VERSION" (0+ space) "=" (0+ space)
111 (submatch (1+ (in "0-9.")))))) 113 (submatch (1+ (in "0-9."))))))