emacs-diffs
[Top][All Lists]
Advanced

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

master f7da671: * Forward `comp-file-preloaded-p' to async workers


From: Andrea Corallo
Subject: master f7da671: * Forward `comp-file-preloaded-p' to async workers
Date: Fri, 27 Aug 2021 09:30:57 -0400 (EDT)

branch: master
commit f7da671493d11969651d76e9bc2676d935c9bb9c
Author: Andrea Corallo <akrl@sdf.org>
Commit: Andrea Corallo <akrl@sdf.org>

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

diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el
index 7d2d36d..80a1da5 100644
--- a/lisp/emacs-lisp/comp.el
+++ b/lisp/emacs-lisp/comp.el
@@ -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



reply via email to

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