1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00

NEWS edit

This commit is contained in:
Glenn Morris 2012-11-07 00:32:34 -08:00
parent 940eac6d18
commit 9512f82011

View file

@ -336,9 +336,11 @@ of `symbol-function' in place forms.
A side effect is that vars without corresponding value are bound to nil
rather than making them unbound.
*** The following methods of extending `setf' are obsolete.
Use gv.el instead (FIXME; details).
`define-setf-expander', `defsetf', `define-modify-macro'
*** The following methods of extending `setf' are obsolete
(use features from gv.el instead):
`define-modify-macro' (use `gv-letplace')
`defsetf' (use `gv-define-simple-setter', or FIXME)
`define-setf-expander' (use FIXME)
** Compilation mode
+++