+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)
";; 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)
";; 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))))))