From 0375133bdb82360881e28eed9d86a46c1a4604e2 Mon Sep 17 00:00:00 2001 Message-Id: <0375133bdb82360881e28eed9d86a46c1a4604e2.1746211452.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 23 Apr 2006 01:00:59 +0100 Subject: [PATCH] base: Export `nlet' and `while'. Organization: Straylight/Edgeware From: Mark Wooding Should have done this a while ago. --- mdw-base.lisp | 1 + 1 file changed, 1 insertion(+) diff --git a/mdw-base.lisp b/mdw-base.lisp index 4d67b7a..5203933 100644 --- a/mdw-base.lisp +++ b/mdw-base.lisp @@ -33,6 +33,7 @@ (defpackage #:mdw.base #:stringify #:listify #:fix-pair #:pairify #:whitespace-char-p #:slot-uninitialized + #:nlet #:while #:with-gensyms #:let*/gensyms #:with-places #:locp #:locf #:ref #:with-locatives #:update-place #:update-place-after -- [mdw]