Fix void-variable comp-eln-load-path

This commit is contained in:
Henrik Lissner 2020-10-11 15:53:37 -04:00
parent 9d4951d8b8
commit 033cb48006
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -122,7 +122,7 @@ list remains lean."
(defvar doom--eln-output-expected nil)
(defvar doom--eln-output-path (car comp-eln-load-path))
(defvar doom--eln-output-path (car (bound-and-true-p comp-eln-load-path)))
(defun doom--eln-file-name (file)
"Return the short .eln file name corresponding to `file'."