aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a7d17862242..779ff99d442 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2187,6 +2187,11 @@ completion candidate.
2187* Lisp Changes in Emacs 30.1 2187* Lisp Changes in Emacs 30.1
2188 2188
2189+++ 2189+++
2190** 'auto-coding-functions' can know the name of the file.
2191The functions on this hook can now find the name of the file to
2192which the text belongs by consulting the variable 'auto-coding-file-name'.
2193
2194+++
2190** New user option 'compilation-safety' to control safety of native code. 2195** New user option 'compilation-safety' to control safety of native code.
2191It's now possible to control how safe is the code generated by native 2196It's now possible to control how safe is the code generated by native
2192compilation, by customizing this user option. It is also possible to 2197compilation, by customizing this user option. It is also possible to