mdw-base.lisp: Rewrite `setf-default' using `with-places/gensyms'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 21 Oct 2015 23:46:28 +0000 (00:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 22 Oct 2015 00:21:57 +0000 (01:21 +0100)
commit79ae1f5c8df5bfd2e4db967c82426e19763a400b
treef9752890b34aee79a238d13e9ab151e9491f07da
parent7769f8fdb8694fe33ebb6198978d96e22e05c027
mdw-base.lisp: Rewrite `setf-default' using `with-places/gensyms'.

Now that we have `with-places' and friends, there's no reason to write a
`setf'-like macro out longhand ever again.
mdw-base.lisp