diff options
| author | Glenn Morris | 2013-11-28 12:21:55 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-28 12:21:55 -0800 |
| commit | c2a2e7b0b048b74a9b0f362747120245e68ed0e5 (patch) | |
| tree | 9ddf965a58fd2bc7cf9b1181afe8b8b7398227c0 /admin | |
| parent | 9c099ca7fd30b424b3e2f183652de888cd9b30b7 (diff) | |
| download | emacs-c2a2e7b0b048b74a9b0f362747120245e68ed0e5.tar.gz emacs-c2a2e7b0b048b74a9b0f362747120245e68ed0e5.zip | |
* unidata-gen.el (unidata-gen-files): Disable autoloads in generated files.
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 @@ | |||
| 1 | 2013-11-28 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * unidata/unidata-gen.el (unidata-gen-files): | ||
| 4 | Disable autoloads in generated files. | ||
| 5 | |||
| 1 | 2013-11-27 Glenn Morris <rgm@gnu.org> | 6 | 2013-11-27 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * unidata/Makefile.in (all, install, clean, bootstrap-clean) | 8 | * 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."))) | |||
| 1241 | ";; coding: utf-8\n" | 1241 | ";; coding: utf-8\n" |
| 1242 | ";; version-control: never\n" | 1242 | ";; version-control: never\n" |
| 1243 | ";; no-byte-compile: t\n" | 1243 | ";; no-byte-compile: t\n" |
| 1244 | ";; no-update-autoloads: t\n" | ||
| 1244 | ";; End:\n\n" | 1245 | ";; End:\n\n" |
| 1245 | (format ";; %s ends here\n" basename))) | 1246 | (format ";; %s ends here\n" basename))) |
| 1246 | (write-file file) | 1247 | (write-file file) |
| @@ -1250,6 +1251,7 @@ is the character itself."))) | |||
| 1250 | ";; coding: utf-8\n" | 1251 | ";; coding: utf-8\n" |
| 1251 | ";; version-control: never\n" | 1252 | ";; version-control: never\n" |
| 1252 | ";; no-byte-compile: t\n" | 1253 | ";; no-byte-compile: t\n" |
| 1254 | ";; no-update-autoloads: t\n" | ||
| 1253 | ";; End:\n\n" | 1255 | ";; End:\n\n" |
| 1254 | (format ";; %s ends here\n" | 1256 | (format ";; %s ends here\n" |
| 1255 | (file-name-nondirectory charprop-file)))))) | 1257 | (file-name-nondirectory charprop-file)))))) |