]> git.eshelyaron.com Git - emacs.git/commitdiff
* Fix async compilation `comp-eln-load-path' effectiveness (bug#42909)
authorAndrew Whatson <whatson@gmail.com>
Tue, 18 Aug 2020 09:29:22 +0000 (11:29 +0200)
committerAndrea Corallo <akrl@sdf.org>
Tue, 18 Aug 2020 09:34:27 +0000 (11:34 +0200)
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Forward
`comp-eln-load-path' to async workers.

lisp/emacs-lisp/comp.el

index 85b5562f280b2d6f284819ee65f7f7ec48d1e559..3176351b37db179c5f196009e8fb7ea4357d0f6a 100644 (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)