]> git.eshelyaron.com Git - emacs.git/commit
Record autoloads till emacs dump
authorPhillip Lord <phillip.lord@russet.org.uk>
Fri, 13 Jan 2017 13:57:51 +0000 (13:57 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Fri, 13 Jan 2017 21:28:43 +0000 (21:28 +0000)
commit72c668a9042ac6475eadedfee5c87fb1e6b2d753
tree43b38784e70c216d6f4703fa23a40008a375a703
parent502390822f9c0068898ae41285b37568bf0e4d1c
Record autoloads till emacs dump

* admin/ldefs-clean.el (ldefs-clean-up): Record autoloads till emacs dump
* lisp/ldefs-boot-auto.el (batch-byte-compile): Update

Previously, autoloads were collected till loaddefs.el was generated as
part of the build. However, bootstrap-emacs does not load
loaddefs (rather it is dumped), hence we must record autoloads until the
full emacs binary is dumped.
admin/ldefs-clean.el
lisp/ldefs-boot-auto.el