aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-11-07 17:23:34 -0500
committerGlenn Morris2012-11-07 17:23:34 -0500
commitbdd8064f8eef72a3a348bd733c1142003db6e8e4 (patch)
tree7b40f6c3d256f87f9ead449c420556696ee6138d /etc
parent4eeba558163dd2812fa984b540a51721b50a211b (diff)
downloademacs-bdd8064f8eef72a3a348bd733c1142003db6e8e4.tar.gz
emacs-bdd8064f8eef72a3a348bd733c1142003db6e8e4.zip
* cl.texi (Obsolete Setf Customization): Updates for define-setf-method.
* etc/NEWS: Related markup.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fabb4921d52..d5414949c59 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -335,6 +335,7 @@ of `symbol-function' in place forms.
335A side effect is that vars without corresponding value are bound to nil 335A side effect is that vars without corresponding value are bound to nil
336rather than making them unbound. 336rather than making them unbound.
337 337
338+++
338*** The following methods of extending `setf' are obsolete 339*** The following methods of extending `setf' are obsolete
339(use features from gv.el instead): 340(use features from gv.el instead):
340`define-modify-macro' (use `gv-letplace') 341`define-modify-macro' (use `gv-letplace')