emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp fc9b686: * Fix async compilation `comp-eln-load-path


From: Andrea Corallo
Subject: feature/native-comp fc9b686: * Fix async compilation `comp-eln-load-path' effectiveness (bug#42909)
Date: Tue, 18 Aug 2020 05:40:57 -0400 (EDT)

branch: feature/native-comp
commit fc9b68636b1aec69295726d2b3be2b520911f40b
Author: Andrew Whatson <whatson@gmail.com>
Commit: Andrea Corallo <akrl@sdf.org>

    * 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.
---
 lisp/emacs-lisp/comp.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 85b5562..3176351 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]