diff options
| author | Stefan Monnier | 2020-02-14 11:18:00 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2020-02-14 11:18:00 -0500 |
| commit | 2e81e5733db3b8b88a246d08671b828654cd6950 (patch) | |
| tree | 551cb441c6fb6fa9e473f29c571b7fa9c0d62209 /etc | |
| parent | d737e497a82431b2ca4debb7a68c5422cb5a7929 (diff) | |
| download | emacs-2e81e5733db3b8b88a246d08671b828654cd6950.tar.gz emacs-2e81e5733db3b8b88a246d08671b828654cd6950.zip | |
* src/lread.c: Remove old-style backquotes support
(new_backquote_flag): Delete variable.
(load_error_old_style_backquotes): Delete function.
(force_new_style_backquotes): Delete variable.
(read_internal_start): Don't obey it any more.
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. |