; * doc/emacs/anti.texi (Antinews): Adjust to latest changes.

This commit is contained in:
Eli Zaretskii 2023-02-22 17:40:00 +02:00
parent 20c654b6f8
commit 43c4dd6f96

View file

@ -69,13 +69,14 @@ idea anyway.
@item @item
In line with simplifying and eventually removing the In line with simplifying and eventually removing the
native-compilation option, we've deleted the native-compilation option, we've deleted the
@code{inhibit-automatic-native-compilation} variable and its support @option{--with-native-compilation=aot} configure-time option. This
code. This greatly simplifies how native compilation works and makes greatly simplifies how native compilation works and makes your
your configure-time decision regarding native compilation in Emacs configure-time decision regarding native compilation in Emacs
clear-cut: either Emacs always compiles Lisp to native code before clear-cut: either Emacs compiles non-preloaded Lisp packages to native
using it, or it never does so; no more half measures and special code only before using it, or it never uses native compilation at all;
exceptions. For similar reasons, @code{native-compile-prune-cache} no more half measures and special exceptions. For similar reasons,
and @code{startup-redirect-eln-cache} features are no longer part of @code{native-compile-prune-cache} and
@code{startup-redirect-eln-cache} features are no longer part of
Emacs. Emacs.
@item @item