From: Andrew Whatson Date: Tue, 18 Aug 2020 09:29:22 +0000 (+0200) Subject: * Fix async compilation `comp-eln-load-path' effectiveness (bug#42909) X-Git-Tag: emacs-28.0.90~2727^2~484 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fc9b68636b1aec69295726d2b3be2b520911f40b;p=emacs.git * 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. --- 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)