aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/comp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/comp.c b/src/comp.c
index 66288988fd8..56e583eb5c8 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -5132,7 +5132,7 @@ maybe_defer_native_compilation (Lisp_Object function_name,
5132 if (comp__loadable) 5132 if (comp__loadable)
5133 { 5133 {
5134 /* Startup is done, comp is usable. */ 5134 /* Startup is done, comp is usable. */
5135 CALL0I(startup--require-comp-safetly); 5135 CALL0I (startup--require-comp-safely);
5136 Fputhash (function_name, definition, Vcomp_deferred_pending_h); 5136 Fputhash (function_name, definition, Vcomp_deferred_pending_h);
5137 CALLN (Ffuncall, intern_c_string ("native--compile-async"), 5137 CALLN (Ffuncall, intern_c_string ("native--compile-async"),
5138 src, Qnil, Qlate); 5138 src, Qnil, Qlate);