aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-07 00:32:34 -0800
committerGlenn Morris2012-11-07 00:32:34 -0800
commit9512f8201149fd69b01f8f3f84c64dde995ca12a (patch)
tree045ce32cce7baac5050393e7746a1279f39f69b0 /etc
parent940eac6d18123bb61b34e6f940d4f3ddfb0c0cab (diff)
downloademacs-9512f8201149fd69b01f8f3f84c64dde995ca12a.tar.gz
emacs-9512f8201149fd69b01f8f3f84c64dde995ca12a.zip
NEWS edit
Diffstat (limited to 'etc')
-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+++