]> git.eshelyaron.com Git - emacs.git/commit
* Introduce `load-no-native'
authorAndrea Corallo <akrl@sdf.org>
Sun, 16 Aug 2020 18:40:44 +0000 (20:40 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 17 Aug 2020 16:04:23 +0000 (18:04 +0200)
commit142cfe942f9263efd6adab5f51f2feab4740735f
tree5277abb3dfc960edc71f3a2dea9f1dfe073fb1da
parent40de06390d2cb594434ae4326b659522501882e2
* Introduce `load-no-native'

Given load loads automatically a .eln in place of a .elc we need a way
to force the .elc load in the case we really want it.

* src/lread.c (syms_of_lread): Define `load-no-native'.
(maybe_swap_for_eln): Make use of.
src/lread.c