]> git.eshelyaron.com Git - emacs.git/commit
Improve warnings from native compiler
authorEli Zaretskii <eliz@gnu.org>
Fri, 5 Jul 2024 19:00:08 +0000 (22:00 +0300)
committerEshel Yaron <me@eshelyaron.com>
Sun, 7 Jul 2024 13:16:55 +0000 (15:16 +0200)
commit63cb2c0e03147d8554ee27d5538ca8168dc6197c
tree7f16321f286200889977db0e813ebceb6e37cce0
parent52252146c5cef86652bff1f05bac705fc8e85444
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.

(cherry picked from commit 814710067f0558e308c7020b22e455fe0ece7878)
lisp/emacs-lisp/comp-run.el
lisp/emacs-lisp/comp.el
src/comp.c
src/lread.c