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:
parent
940eac6d18
commit
9512f82011
1 changed files with 5 additions and 3 deletions
8
etc/NEWS
8
etc/NEWS
|
|
@ -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
|
||||
+++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue