]> git.eshelyaron.com Git - emacs.git/commit
* Fix failure when compiling a trampoline with no eln-cache dir (bug#43875)
authorAndrea Corallo <akrl@sdf.org>
Sat, 10 Oct 2020 08:15:21 +0000 (10:15 +0200)
committerAndrea Corallo <akrl@sdf.org>
Sat, 10 Oct 2020 08:29:17 +0000 (10:29 +0200)
commit138990bbda7ab228e3fde44710426c474b2c1086
treeb09a04c578cb95f4b9620333ccbe594d3d395d58
parent85450f03be6cbb3e09964ce62e1f63875f0848a3
* Fix failure when compiling a trampoline with no eln-cache dir (bug#43875)

* lisp/emacs-lisp/comp.el (comp-trampoline-compile): Try to create
the eln-cache dir if this is not existing, if fails to do that
move on to the next one.
lisp/emacs-lisp/comp.el