* 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:
parent
76faab27cf
commit
fc9b68636b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue