From b293e254ebe1eaaa3b1866d319c8ee8973e6c2ea Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 28 Jan 2022 09:37:28 +0200 Subject: ; Rename 'startup--require-comp-safetly' * src/comp.c (maybe_defer_native_compilation): * lisp/startup.el (startup--require-comp-safely): Rename from 'startup--require-comp-safetly'. All callers changed. --- src/comp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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, if (comp__loadable) { /* Startup is done, comp is usable. */ - CALL0I(startup--require-comp-safetly); + CALL0I (startup--require-comp-safely); Fputhash (function_name, definition, Vcomp_deferred_pending_h); CALLN (Ffuncall, intern_c_string ("native--compile-async"), src, Qnil, Qlate); -- cgit v1.3