]> git.eshelyaron.com Git - emacs.git/commit
Remove conditional includes from bootstrap
authorPhillip Lord <phillip.lord@russet.org.uk>
Fri, 20 Jan 2017 15:13:27 +0000 (15:13 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Tue, 28 Feb 2017 21:12:59 +0000 (21:12 +0000)
commit1b946305182312faa7fcd838caf55dcb07b2ab04
tree82a11460569ab11a25195d8f9990f34d93c4e094
parent514a14ffd826e2686a106f45b7e7495ab42fe12e
Remove conditional includes from bootstrap

Previously, bootstrap-emacs includes optional functionality, depending
on the platform which is not needed for bootstrap function.  As a
result, bootstrap-emacs contains different functions in different
circumstances.  If ldefs-boot-auto.el is generated, then loaded
functions will not be added to ldefs-boot-auto.el, although they may be
required during some builds.  With this change, bootstrap-emacs should
always behave the same way and, therefore, require the same autoloads.

 * lisp/loadup.el: No longer load optional includes during bootstrap
   dumping.
 * lisp/ldefs-boot-auto.el: Regenerate.
 * lisp/ldefs-boot-manual.el: Add two autoloads.
lisp/ldefs-boot-auto.el
lisp/ldefs-boot-manual.el
lisp/loadup.el