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://www.chiark.greenend.org.uk/ucgi/~mdw/git/lisp/commitdiff_plain/ea87c989d51bfd4b64d2a802f87216dfce551a76?hp=570ab74881a69e4c978c2c3a4202174fac41cad1 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 @@ (default (cadr specs)) (doit specs))) ;;;-------------------------------------------------------------------------- -;;; with-places +;;; Capturing places as symbols. (defmacro %place-ref (getform setform newtmp) "Grim helper macro for with-places."