]> git.eshelyaron.com Git - emacs.git/commit
Output native compiled preloaded files into the 'preloaded' subfolder
authorAndrea Corallo <akrl@sdf.org>
Sun, 4 Apr 2021 15:10:08 +0000 (17:10 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 4 Apr 2021 20:41:17 +0000 (22:41 +0200)
commit6f8ec1449197f1fcd730df91dddf6f7750284593
treee297436a8b3d8eb2f2dba954180a5f8eec97fc5e
parent978afd788fd0496540f715b83f18ed390ca8d5a4
Output native compiled preloaded files into the 'preloaded' subfolder

* src/comp.c (fixup_eln_load_path): Account the fact that the
file can be dumped in the 'preloaded' subfolder.
* lisp/loadup.el: Likewise.
* src/lread.c (maybe_swap_for_eln1): New function.
(maybe_swap_for_eln): Handle 'preloaded' subfolder.
* src/Makefile.in (LISP_PRELOADED): Export preloaded files.
lisp/loadup.el
src/Makefile.in
src/comp.c
src/lread.c