diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -173,6 +173,8 @@ by mistake and were not useful to Lisp code. | |||
| 173 | 173 | ||
| 174 | * Lisp Changes in Emacs 28.1 | 174 | * Lisp Changes in Emacs 28.1 |
| 175 | 175 | ||
| 176 | ** Remove final remaining traces of old-style backquotes | ||
| 177 | |||
| 176 | ** The module header 'emacs-module.h' now contains type aliases | 178 | ** The module header 'emacs-module.h' now contains type aliases |
| 177 | 'emacs_function' and 'emacs_finalizer' for module functions and | 179 | 'emacs_function' and 'emacs_finalizer' for module functions and |
| 178 | finalizers, respectively. | 180 | finalizers, respectively. |