* Forward `comp-file-preloaded-p' to async workers
* lisp/emacs-lisp/comp.el (comp-run-async-workers): Forward `comp-file-preloaded-p' to async workers.
This commit is contained in:
parent
a573d6bd88
commit
f7da671493
1 changed files with 2 additions and 1 deletions
|
@ -3918,7 +3918,8 @@ display a message."
|
|||
do (let* ((expr `((require 'comp)
|
||||
,(when (boundp 'backtrace-line-length)
|
||||
`(setf backtrace-line-length ,backtrace-line-length))
|
||||
(setf native-compile-target-directory ,native-compile-target-directory
|
||||
(setf comp-file-preloaded-p ,comp-file-preloaded-p
|
||||
native-compile-target-directory ,native-compile-target-directory
|
||||
native-comp-speed ,native-comp-speed
|
||||
native-comp-debug ,native-comp-debug
|
||||
native-comp-verbose ,native-comp-verbose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue