From bcfa5d70c25915502a3464252c80150aca42f937 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Mon, 29 Sep 2008 11:00:31 +0200 Subject: Reader: Do not nullify quoted objects. --- MLKQuoteReader.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MLKQuoteReader.m b/MLKQuoteReader.m index a814c09..8072ddf 100644 --- a/MLKQuoteReader.m +++ b/MLKQuoteReader.m @@ -55,7 +55,7 @@ return [NSArray arrayWithObject: [MLKCons cons:[cl intern:@"QUOTE"] - with:[MLKCons cons:nullify(quoted_form) + with:[MLKCons cons:quoted_form with:nil]]]; } @end -- cgit v1.2.3