aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2020-02-14 11:18:00 -0500
committerStefan Monnier2020-02-14 11:18:00 -0500
commit2e81e5733db3b8b88a246d08671b828654cd6950 (patch)
tree551cb441c6fb6fa9e473f29c571b7fa9c0d62209 /etc
parentd737e497a82431b2ca4debb7a68c5422cb5a7929 (diff)
downloademacs-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 82de05ece3e..8737bb7adb1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
178finalizers, respectively. 180finalizers, respectively.