]> git.eshelyaron.com Git - emacs.git/commit
* Fix failure when eln-cache is removed (introduced by 4a1bb46260)
authorAndrea Corallo <akrl@sdf.org>
Wed, 7 Oct 2020 21:38:00 +0000 (23:38 +0200)
committerAndrea Corallo <akrl@sdf.org>
Wed, 7 Oct 2020 21:38:00 +0000 (23:38 +0200)
commitc3bc348f5edefa4231d38b6d3967f0c8f0bb5e6d
tree9a757a9ebbf08f165ff811d022a49985fe0fb57d
parent7041c32ec2cd985f1c324c75ecea8038f998a792
* Fix failure when eln-cache is removed (introduced by 4a1bb46260)

* src/comp.c (make_directory_wrapper, make_directory_wrapper_1):
New functions.
(Fcomp_el_to_eln_filename): If base_dir is not
specified and we are searching across `comp-load-path' try to
create a directory if does not exists.
src/comp.c