diff options
| author | Eli Zaretskii <eliz@gnu.org> | 2022-01-28 09:37:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii <eliz@gnu.org> | 2022-01-28 09:37:28 +0200 |
| commit | b293e254ebe1eaaa3b1866d319c8ee8973e6c2ea (patch) | |
| tree | b732d3ad2fb448774e39a3fa2439212bc12b080d /src | |
| parent | 241f2857f1ce3732102ba77a98727406fb93edb0 (diff) | |
; 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.
Diffstat (limited to 'src')
| -rw-r--r-- | src/comp.c | 2 |
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, 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); |
