]> git.eshelyaron.com Git - emacs.git/commit
* Fix eln file hasing for symlink paths (bug#44701)
authorAndrea Corallo <akrl@sdf.org>
Wed, 18 Nov 2020 16:50:03 +0000 (17:50 +0100)
committerAndrea Corallo <akrl@sdf.org>
Wed, 18 Nov 2020 17:34:04 +0000 (18:34 +0100)
commit3ae309bd59c608b4262209e225b963a8f73450e6
tree7c7cf0ea7eefbd099d4d808a5903929bfa2f227f
parent4c453196a1fbb55e887c24c546632d346147959b
* Fix eln file hasing for symlink paths (bug#44701)

* src/comp.c (Fcomp_el_to_eln_filename): Call `file-truename'
in place of `expand-file-name' when available.
src/comp.c