* unidata-gen.el (unidata-gen-files): Disable autoloads in generated files.
authorGlenn Morris <rgm@gnu.org>
Thu, 28 Nov 2013 20:21:55 +0000 (12:21 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 28 Nov 2013 20:21:55 +0000 (12:21 -0800)
admin/ChangeLog
admin/unidata/unidata-gen.el

index 7f843d9..c9930c7 100644 (file)
@@ -1,3 +1,8 @@
+2013-11-28  Glenn Morris  <rgm@gnu.org>
+
+       * unidata/unidata-gen.el (unidata-gen-files):
+       Disable autoloads in generated files.
+
 2013-11-27  Glenn Morris  <rgm@gnu.org>
 
        * unidata/Makefile.in (all, install, clean, bootstrap-clean)
index dd667f9..42e1cc0 100644 (file)
@@ -1241,6 +1241,7 @@ is the character itself.")))
                        ";; 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 @@ is the character itself.")))
              ";; 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))))))