* Fix async compilation `comp-eln-load-path' effectiveness (bug#42909)

* lisp/emacs-lisp/comp.el (comp-run-async-workers): Forward
	`comp-eln-load-path' to async workers.
This commit is contained in:
Andrew Whatson 2020-08-18 11:29:22 +02:00 committed by Andrea Corallo
parent 76faab27cf
commit fc9b68636b

View file

@ -2580,6 +2580,7 @@ display a message."
(setf comp-speed ,comp-speed
comp-debug ,comp-debug
comp-verbose ,comp-verbose
comp-eln-load-path ',comp-eln-load-path
load-path ',load-path)
,comp-async-env-modifier-form
(message "Compiling %s..." ,source-file)