diff options
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -336,9 +336,11 @@ of `symbol-function' in place forms. | |||
| 336 | A side effect is that vars without corresponding value are bound to nil | 336 | A side effect is that vars without corresponding value are bound to nil |
| 337 | rather than making them unbound. | 337 | rather than making them unbound. |
| 338 | 338 | ||
| 339 | *** The following methods of extending `setf' are obsolete. | 339 | *** The following methods of extending `setf' are obsolete |
| 340 | Use 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 | +++ |