diff options
author | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-09-29 11:00:31 +0200 |
---|---|---|
committer | Matthias Benkard <mulk@minimulk.mst-plus> | 2008-09-29 11:00:31 +0200 |
commit | bcfa5d70c25915502a3464252c80150aca42f937 (patch) | |
tree | a782281a70f48c0e6fa4b5c860a4cb7d7916c545 | |
parent | 8d44d97a06275480e43e17a625f596870b9b9da2 (diff) |
Reader: Do not nullify quoted objects.
-rw-r--r-- | MLKQuoteReader.m | 2 |
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 |