]> git.eshelyaron.com Git - emacs.git/commit
* Do not crash compilation if user eln-cache wasn't already created.
authorAndrea Corallo <akrl@sdf.org>
Mon, 7 Sep 2020 21:13:28 +0000 (23:13 +0200)
committerAndrea Corallo <akrl@sdf.org>
Mon, 7 Sep 2020 21:18:36 +0000 (23:18 +0200)
commitdc4b50ce0b52d8fcade1e04aabd92409858fcfc2
tree114252e961631801c82804c9e39ff7b5daf0f5a8
parentd344e79be9fb82a38a89c892e24d5ca71fbff810
* Do not crash compilation if user eln-cache wasn't already created.

* lisp/emacs-lisp/comp.el (comp-clean-up-stale-eln): Guard
against calling `directory-files' on non existent directories.
lisp/emacs-lisp/comp.el