diff options
| author | Andrea Corallo | 2021-06-14 14:17:04 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2021-06-14 14:18:06 +0200 |
| commit | 9389742eb61083b8ee789b95c4ed5683aeaf287c (patch) | |
| tree | 6f12761d4ee0aea8339fff4455363bf90036fe95 | |
| parent | 6536112bdce592eed9f3d71022aafbe6be44da45 (diff) | |
| download | emacs-9389742eb61083b8ee789b95c4ed5683aeaf287c.tar.gz emacs-9389742eb61083b8ee789b95c4ed5683aeaf287c.zip | |
* lisp/emacs-lisp/bytecomp.el (byte+native-compile): Update docstring.
| -rw-r--r-- | lisp/emacs-lisp/bytecomp.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 96a0da924fc..3d3a285a0d4 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el | |||
| @@ -607,11 +607,7 @@ Each element is (INDEX . VALUE)") | |||
| 607 | (defvar byte-native-qualities nil | 607 | (defvar byte-native-qualities nil |
| 608 | "To spill default qualities from the compiled file.") | 608 | "To spill default qualities from the compiled file.") |
| 609 | (defvar byte+native-compile nil | 609 | (defvar byte+native-compile nil |
| 610 | "Non nil while compiling for bootstrap." | 610 | "Non-nil while producing at the same time byte and native code.") |
| 611 | ;; During bootstrap we produce both the .eln and the .elc together. | ||
| 612 | ;; Because the make target is the later this has to be produced as | ||
| 613 | ;; last to be resilient against build interruptions. | ||
| 614 | ) | ||
| 615 | (defvar byte-to-native-lambdas-h nil | 611 | (defvar byte-to-native-lambdas-h nil |
| 616 | "Hash byte-code -> byte-to-native-lambda.") | 612 | "Hash byte-code -> byte-to-native-lambda.") |
| 617 | (defvar byte-to-native-top-level-forms nil | 613 | (defvar byte-to-native-top-level-forms nil |