diff options
| author | Glenn Morris <rgm@gnu.org> | 2014-11-09 17:22:24 -0800 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2014-11-09 17:22:24 -0800 |
| commit | f452367d4a90ac098070a37f20e551984f12e5c2 (patch) | |
| tree | 491ec18e5c0648a023d119348009a4338d647ab9 | |
| parent | 9be1c1edb09dddeebc6eb3bf982a41adc6377a6d (diff) | |
| download | emacs-f452367d4a90ac098070a37f20e551984f12e5c2.tar.gz | |
* admin/admin.el: Comments.
| -rw-r--r-- | admin/admin.el | 2 |
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." (rx (and ".TH EMACS" (1+ not-newline) "GNU Emacs" (1+ space) (submatch (1+ (in "0-9.")))))) + ;; No longer used, broken in multiple ways, updating version seems pointless. (set-version-in-file root "nt/config.nt" version (rx (and bol "#" (0+ blank) "define" (1+ blank) "VERSION" (1+ blank) "\"" @@ -106,6 +107,7 @@ Root must be the root of an Emacs source tree." (rx (and bol "/^#undef " (1+ not-newline) "define VERSION" (1+ space) "\"" (submatch (1+ (in "0-9.")))))) + ;; No longer used, broken in multiple ways, updating version seems pointless. (set-version-in-file root "nt/makefile.w32-in" version (rx (and "VERSION" (0+ space) "=" (0+ space) (submatch (1+ (in "0-9.")))))) |
