]> git.eshelyaron.com Git - emacs.git/commit
* Prevent stale eln loading checking file timestamp before load (bug#46617)
authorAndrea Corallo <akrl@sdf.org>
Fri, 26 Mar 2021 07:06:09 +0000 (08:06 +0100)
committerAndrea Corallo <akrl@sdf.org>
Fri, 26 Mar 2021 07:42:29 +0000 (08:42 +0100)
commit79b8b6ca45ad707d86244882430e275efd95cdb9
tree3c5eeb70ed728b82ba5ac21e716f5e053cc9db20
parentc6c7b30e4b46bf0c8ac5e77546d3938e79f14d56
* Prevent stale eln loading checking file timestamp before load (bug#46617)

* src/lread.c (maybe_swap_for_eln): Add file timestamp check.
(openp): Update 'maybe_swap_for_eln' call sites.
src/lread.c