Fix #3772 (again): void-variable comp-eln-load-path

This commit is contained in:
Henrik Lissner 2020-08-18 02:51:25 -04:00
parent 3d622101cb
commit 58af4aef56
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -288,7 +288,7 @@ config.el instead."
(setq comp-async-env-modifier-form (setq comp-async-env-modifier-form
`(progn `(progn
,comp-async-env-modifier-form ,comp-async-env-modifier-form
(setq comp-eln-load-path ',comp-eln-load-path))) (setq comp-eln-load-path ',(bound-and-true-p comp-eln-load-path))))
;; HACK Disable native-compilation for some troublesome packages ;; HACK Disable native-compilation for some troublesome packages
(add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'")) (add-to-list 'comp-deferred-compilation-black-list "/evil-collection-vterm\\.el\\'"))