]> git.eshelyaron.com Git - emacs.git/commit
Fix function find mechanism for installed instance.
authorAndrea Corallo <akrl@sdf.org>
Mon, 13 Apr 2020 15:54:03 +0000 (16:54 +0100)
committerAndrea Corallo <akrl@sdf.org>
Mon, 13 Apr 2020 17:09:13 +0000 (18:09 +0100)
commit05adf0353faf0bff3da60230a691b381de297843
tree155649e38e4b43783706fc91ec399d4c41ae9b15
parent1c5548f1c51b44b78d05deb11a31b8678df7b4e7
Fix function find mechanism for installed instance.

* src/lread.c (parent_directory): New function.
(Fload): Make use of 'parent_directory' and fix load-history
build-up with relative paths.
src/lread.c