]> git.eshelyaron.com Git - emacs.git/commit
* Fix `load-filename' for installed instance (bug#43089)
authorAndrea Corallo <akrl@sdf.org>
Tue, 1 Sep 2020 18:04:00 +0000 (20:04 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 1 Sep 2020 15:58:49 +0000 (17:58 +0200)
commit3023eb569213a3dd5183640f6e322acd00ea536a
tree3a56bc532a57c6a9ca92663846cf23e0f5c04406
parent78e8f991542160239049a50386ced50e456dc5c4
* Fix `load-filename' for installed instance (bug#43089)

* src/lread.c (parent_directory): Remove function as now
unnecessary.
(compute_found_effective): New function.
(Fload): Make use of 'compute_found_effective' and fix
`load-filename' computation.
src/lread.c