mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
;* lisp/emacs-lisp/bytecomp.el (byte-native-compiling): Typo fix.
This commit is contained in:
parent
9389742eb6
commit
31d40cab78
1 changed files with 1 additions and 1 deletions
|
|
@ -603,7 +603,7 @@ Each element is (INDEX . VALUE)")
|
|||
form lexical)
|
||||
|
||||
(defvar byte-native-compiling nil
|
||||
"Non nil while native compiling.")
|
||||
"Non-nil while native compiling.")
|
||||
(defvar byte-native-qualities nil
|
||||
"To spill default qualities from the compiled file.")
|
||||
(defvar byte+native-compile nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue