From: Mark Wooding Date: Wed, 21 Oct 2015 23:25:56 +0000 (+0100) Subject: mdw-base.lisp: Make section heading for `with-places' more useful. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/ea87c989d51bfd4b64d2a802f87216dfce551a76?ds=sidebyside mdw-base.lisp: Make section heading for `with-places' more useful. --- diff --git a/mdw-base.lisp b/mdw-base.lisp index df2acd3..ab1a47c 100644 --- a/mdw-base.lisp +++ b/mdw-base.lisp @@ -298,7 +298,7 @@ (doit specs))) ;;;-------------------------------------------------------------------------- -;;; with-places +;;; Capturing places as symbols. (defmacro %place-ref (getform setform newtmp) "Grim helper macro for with-places."