aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cd463aad99b..33ec17c1960 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -336,9 +336,11 @@ of `symbol-function' in place forms.
336A side effect is that vars without corresponding value are bound to nil 336A side effect is that vars without corresponding value are bound to nil
337rather than making them unbound. 337rather than making them unbound.
338 338
339*** The following methods of extending `setf' are obsolete. 339*** The following methods of extending `setf' are obsolete
340Use gv.el instead (FIXME; details). 340(use features from gv.el instead):
341`define-setf-expander', `defsetf', `define-modify-macro' 341`define-modify-macro' (use `gv-letplace')
342`defsetf' (use `gv-define-simple-setter', or FIXME)
343`define-setf-expander' (use FIXME)
342 344
343** Compilation mode 345** Compilation mode
344+++ 346+++