diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/ChangeLog | 5 | ||||
-rw-r--r-- | admin/unidata/unidata-gen.el | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index 7f843d9dc79..c9930c7023a 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog @@ -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) 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)))))) |