diff options
| author | Eli Zaretskii | 2022-01-28 09:37:28 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2022-01-28 09:37:28 +0200 |
| commit | b293e254ebe1eaaa3b1866d319c8ee8973e6c2ea (patch) | |
| tree | b732d3ad2fb448774e39a3fa2439212bc12b080d /src/comp.c | |
| parent | 241f2857f1ce3732102ba77a98727406fb93edb0 (diff) | |
| download | emacs-b293e254ebe1eaaa3b1866d319c8ee8973e6c2ea.tar.gz emacs-b293e254ebe1eaaa3b1866d319c8ee8973e6c2ea.zip | |
; 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/comp.c')
| -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, | |||
| 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); |