diff options
author | Andrew Whatson <whatson@gmail.com> | 2020-08-18 11:29:22 +0200 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-08-18 11:34:27 +0200 |
commit | fc9b68636b1aec69295726d2b3be2b520911f40b (patch) | |
tree | f76dd05a95f9acdf20f9e00eeb6d5281fe2d6450 /lisp/emacs-lisp | |
parent | 76faab27cf4055f6ac37b9b05c98bc03939afb7e (diff) | |
download | emacs-fc9b68636b1aec69295726d2b3be2b520911f40b.tar.gz emacs-fc9b68636b1aec69295726d2b3be2b520911f40b.tar.bz2 emacs-fc9b68636b1aec69295726d2b3be2b520911f40b.zip |
* 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.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/comp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 85b5562f280..3176351b37d 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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) |