summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MLKQuoteReader.m2
1 files changed, 1 insertions, 1 deletions
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