From 814710067f0558e308c7020b22e455fe0ece7878 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 5 Jul 2024 22:00:08 +0300 Subject: Improve warnings from native compiler * src/comp.c (syms_of_comp) : 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. --- lisp/emacs-lisp/comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/comp.el') diff --git a/lisp/emacs-lisp/comp.el b/lisp/emacs-lisp/comp.el index 6c56fd78859..2844e89c661 100644 --- a/lisp/emacs-lisp/comp.el +++ b/lisp/emacs-lisp/comp.el @@ -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) -- cgit v1.2.3