emacs-diffs
[Top][All Lists]
Advanced

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

master 9389742 1/2: * lisp/emacs-lisp/bytecomp.el (byte+native-compile):


From: Andrea Corallo
Subject: master 9389742 1/2: * lisp/emacs-lisp/bytecomp.el (byte+native-compile): Update docstring.
Date: Mon, 14 Jun 2021 08:18:44 -0400 (EDT)

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

    * lisp/emacs-lisp/bytecomp.el (byte+native-compile): Update docstring.
---
 lisp/emacs-lisp/bytecomp.el | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index 96a0da9..3d3a285 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -607,11 +607,7 @@ Each element is (INDEX . VALUE)")
 (defvar byte-native-qualities nil
   "To spill default qualities from the compiled file.")
 (defvar byte+native-compile nil
-  "Non nil while compiling for bootstrap."
-  ;; During bootstrap we produce both the .eln and the .elc together.
-  ;; Because the make target is the later this has to be produced as
-  ;; last to be resilient against build interruptions.
-)
+  "Non-nil while producing at the same time byte and native code.")
 (defvar byte-to-native-lambdas-h nil
   "Hash byte-code -> byte-to-native-lambda.")
 (defvar byte-to-native-top-level-forms nil



reply via email to

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