emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r118343: * admin/admin.el: Comments.


From: Glenn Morris
Subject: [Emacs-diffs] trunk r118343: * admin/admin.el: Comments.
Date: Mon, 10 Nov 2014 01:22:29 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 118343
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2014-11-09 17:22:24 -0800
message:
  * admin/admin.el: Comments.
modified:
  admin/admin.el                 admin.el-20091113204419-o5vbwnq5f7feedwu-2254
=== modified file 'admin/admin.el'
--- a/admin/admin.el    2014-11-10 00:57:01 +0000
+++ b/admin/admin.el    2014-11-10 01:22:24 +0000
@@ -98,6 +98,7 @@
                       (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 @@
                       (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."))))))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]