From ea87c989d51bfd4b64d2a802f87216dfce551a76 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Thu, 22 Oct 2015 00:25:56 +0100 Subject: [PATCH] mdw-base.lisp: Make section heading for `with-places' more useful. Organization: Straylight/Edgeware From: Mark Wooding --- mdw-base.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- [mdw]