diff options
| author | Andrew Whatson | 2020-08-18 11:29:22 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2020-08-18 11:34:27 +0200 |
| commit | fc9b68636b1aec69295726d2b3be2b520911f40b (patch) | |
| tree | f76dd05a95f9acdf20f9e00eeb6d5281fe2d6450 | |
| parent | 76faab27cf4055f6ac37b9b05c98bc03939afb7e (diff) | |
| download | emacs-fc9b68636b1aec69295726d2b3be2b520911f40b.tar.gz 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.
| -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." | |||
| 2580 | (setf comp-speed ,comp-speed | 2580 | (setf comp-speed ,comp-speed |
| 2581 | comp-debug ,comp-debug | 2581 | comp-debug ,comp-debug |
| 2582 | comp-verbose ,comp-verbose | 2582 | comp-verbose ,comp-verbose |
| 2583 | comp-eln-load-path ',comp-eln-load-path | ||
| 2583 | load-path ',load-path) | 2584 | load-path ',load-path) |
| 2584 | ,comp-async-env-modifier-form | 2585 | ,comp-async-env-modifier-form |
| 2585 | (message "Compiling %s..." ,source-file) | 2586 | (message "Compiling %s..." ,source-file) |