]> git.eshelyaron.com Git - emacs.git/commit
* src/comp.c (Fnative_elisp_load): Make recompilation always effective.
authorAndrea Corallo <akrl@sdf.org>
Sun, 6 Sep 2020 16:19:00 +0000 (18:19 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sun, 6 Sep 2020 16:19:00 +0000 (18:19 +0200)
commit3df471e1f4723cc0d860b31f5153ee8e47503e34
tree7ce71b98a615413e25f6cedf6294de09a37dd534
parenta71f54eff80cb7d7b36326849eea878073963594
* src/comp.c (Fnative_elisp_load): Make recompilation always effective.

When loading a file if in this session there was ever a file loaded
with that name rename it before loading it to make sure we always get
a new handle from the standard library.
src/comp.c