emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115270: * unidata-gen.el (unidata-gen-files): Disab


From: Glenn Morris
Subject: [Emacs-diffs] trunk r115270: * unidata-gen.el (unidata-gen-files): Disable autoloads in generated files.
Date: Thu, 28 Nov 2013 20:21:59 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115270
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2013-11-28 12:21:55 -0800
message:
  * unidata-gen.el (unidata-gen-files): Disable autoloads in generated files.
modified:
  admin/ChangeLog                changelog-20091113204419-o5vbwnq5f7feedwu-2226
  admin/unidata/unidata-gen.el   
unidatagen.el-20091113204419-o5vbwnq5f7feedwu-8382
=== modified file 'admin/ChangeLog'
--- a/admin/ChangeLog   2013-11-27 18:25:44 +0000
+++ b/admin/ChangeLog   2013-11-28 20:21:55 +0000
@@ -1,3 +1,8 @@
+2013-11-28  Glenn Morris  <address@hidden>
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Disable autoloads in generated files.
+
 2013-11-27  Glenn Morris  <address@hidden>
 
        * unidata/Makefile.in (all, install, clean, bootstrap-clean)

=== modified file 'admin/unidata/unidata-gen.el'
--- a/admin/unidata/unidata-gen.el      2013-11-11 00:50:52 +0000
+++ b/admin/unidata/unidata-gen.el      2013-11-28 20:21:55 +0000
@@ -1241,6 +1241,7 @@
                        ";; coding: utf-8\n"
                        ";; version-control: never\n"
                        ";; no-byte-compile: t\n"
+                       ";; no-update-autoloads: t\n"
                        ";; End:\n\n"
                        (format ";; %s ends here\n" basename)))
            (write-file file)
@@ -1250,6 +1251,7 @@
              ";; coding: utf-8\n"
              ";; version-control: never\n"
              ";; no-byte-compile: t\n"
+             ";; no-update-autoloads: t\n"
              ";; End:\n\n"
              (format ";; %s ends here\n"
                      (file-name-nondirectory charprop-file))))))


reply via email to

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