]> git.eshelyaron.com Git - emacs.git/commit
* Improve eln filename hashing
authorAndrea Corallo <akrl@sdf.org>
Mon, 17 Aug 2020 09:54:55 +0000 (11:54 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 17 Aug 2020 16:04:37 +0000 (18:04 +0200)
commit76faab27cf4055f6ac37b9b05c98bc03939afb7e
tree00f47222a242aed5f2fda5f982e3dafdc7fab0af
parent114b1d8f905edfeb7bd81b6a69c707336c01cde0
* Improve eln filename hashing

Make eln filename hashing logic insensitive to the installation
process.

* src/comp.c (epaths.h): New include to have PATH_DUMPLOADSEARCH,
PATH_LOADSEARCH definitions.
(loadsearch_re_list): New static var.
(Fcomp_el_to_eln_filename): Update logic to have the eln hashing
insensitive to the installation process.
(syms_of_comp): GC protect 'loadsearch_re_list'.
src/comp.c