; * src/comp.c (syms_of_comp) <comp-no-native-file-h>: Doc fix.
This commit is contained in:
parent
9aa8fd6e62
commit
9e16c6a96d
1 changed files with 3 additions and 3 deletions
|
@ -5525,9 +5525,9 @@ protect the trampolines against GC. */);
|
||||||
Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table);
|
Vcomp_installed_trampolines_h = CALLN (Fmake_hash_table);
|
||||||
|
|
||||||
DEFVAR_LISP ("comp-no-native-file-h", V_comp_no_native_file_h,
|
DEFVAR_LISP ("comp-no-native-file-h", V_comp_no_native_file_h,
|
||||||
doc: /* Files for which no deferred compilation has to
|
doc: /* Files for which no deferred compilation has to be performed.
|
||||||
be performed because the bytecode version was explicitly requested by
|
These files' compilation should not be deferred because the bytecode
|
||||||
the user during load.
|
version was explicitly requested by the user during load.
|
||||||
For internal use. */);
|
For internal use. */);
|
||||||
V_comp_no_native_file_h = CALLN (Fmake_hash_table, QCtest, Qequal);
|
V_comp_no_native_file_h = CALLN (Fmake_hash_table, QCtest, Qequal);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue