summaryrefslogtreecommitdiff
path: root/admin/unidata
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2013-11-28 12:21:55 -0800
committerGlenn Morris <rgm@gnu.org>2013-11-28 12:21:55 -0800
commitc2a2e7b0b048b74a9b0f362747120245e68ed0e5 (patch)
tree9ddf965a58fd2bc7cf9b1181afe8b8b7398227c0 /admin/unidata
parent9c099ca7fd30b424b3e2f183652de888cd9b30b7 (diff)
downloademacs-c2a2e7b0b048b74a9b0f362747120245e68ed0e5.tar.gz
* unidata-gen.el (unidata-gen-files): Disable autoloads in generated files.
Diffstat (limited to 'admin/unidata')
-rw-r--r--admin/unidata/unidata-gen.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index dd667f9571d..42e1cc0bc3c 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -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))))))