Improve warnings from native compiler

* src/comp.c (syms_of_comp) <native-compiler>: Rename from 'comp'.

* src/lread.c (maybe_swap_for_eln):
* lisp/emacs-lisp/comp.el (comp--fwprop):
* lisp/emacs-lisp/comp-run.el
(comp--accept-and-process-async-output, native--compile-async):
Adjust to the new symbol.
This commit is contained in:
Eli Zaretskii 2024-07-05 22:00:08 +03:00
parent cefec59df7
commit 814710067f
4 changed files with 6 additions and 6 deletions

View file

@ -2792,7 +2792,7 @@ Return t if something was changed."
finally
(when (= i 100)
(display-warning
'comp
'native-compiler
(format "fwprop pass jammed into %s?" (comp-func-name f))))
(comp-log (format "Propagation run %d times\n" i) 2))
(comp--rewrite-non-locals)