summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorAndrew Whatson <whatson@gmail.com>2020-08-18 11:29:22 +0200
committerAndrea Corallo <akrl@sdf.org>2020-08-18 11:34:27 +0200
commitfc9b68636b1aec69295726d2b3be2b520911f40b (patch)
treef76dd05a95f9acdf20f9e00eeb6d5281fe2d6450 /lisp/emacs-lisp
parent76faab27cf4055f6ac37b9b05c98bc03939afb7e (diff)
downloademacs-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.el1
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)