Fix void-variable comp-eln-load-path
This commit is contained in:
parent
9d4951d8b8
commit
033cb48006
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ list remains lean."
|
||||||
|
|
||||||
(defvar doom--eln-output-expected nil)
|
(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)
|
(defun doom--eln-file-name (file)
|
||||||
"Return the short .eln file name corresponding to `file'."
|
"Return the short .eln file name corresponding to `file'."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue