diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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. | ||
| 2191 | The functions on this hook can now find the name of the file to | ||
| 2192 | which 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. |
| 2191 | It's now possible to control how safe is the code generated by native | 2196 | It's now possible to control how safe is the code generated by native |
| 2192 | compilation, by customizing this user option. It is also possible to | 2197 | compilation, by customizing this user option. It is also possible to |