* etc/NEWS (Safety compilation parameter): Add entry.

This commit is contained in:
Andrea Corallo 2024-05-07 10:19:22 +02:00
parent 04e7078d5e
commit 8dccc586ea

View file

@ -1985,6 +1985,10 @@ unibyte string.
* Lisp Changes in Emacs 30.1
+++
** New 'compilation-safety' compilation parameter.
It's now possible to use the safety parameter to control how safe is
code generated by the native compiler.
** New types 'closure' and 'interpreted-function'.
'interpreted-function' is the new type used for interpreted functions,