diff options
| author | Glenn Morris | 2012-11-07 00:32:34 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-07 00:32:34 -0800 |
| commit | 9512f8201149fd69b01f8f3f84c64dde995ca12a (patch) | |
| tree | 045ce32cce7baac5050393e7746a1279f39f69b0 | |
| parent | 940eac6d18123bb61b34e6f940d4f3ddfb0c0cab (diff) | |
| download | emacs-9512f8201149fd69b01f8f3f84c64dde995ca12a.tar.gz emacs-9512f8201149fd69b01f8f3f84c64dde995ca12a.zip | |
NEWS edit
| -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 | +++ |