]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/admin.el: Comments.
authorGlenn Morris <rgm@gnu.org>
Mon, 10 Nov 2014 01:22:24 +0000 (17:22 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 10 Nov 2014 01:22:24 +0000 (17:22 -0800)
admin/admin.el

index ce434c6460e57687cec940e39ae8a75c40be6fa5..63b0d190c8046141933f5f3eb952cb3da7be84a6 100644 (file)
@@ -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."))))))