summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MLKInterpretedClosure.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/MLKInterpretedClosure.m b/MLKInterpretedClosure.m
index 8389bdb..98ffc07 100644
--- a/MLKInterpretedClosure.m
+++ b/MLKInterpretedClosure.m
@@ -53,7 +53,7 @@ static MLKSymbol *PROGN;
MLKLexicalEnvironment *new_environment =
[MLKLexicalEnvironment environmentWithParent:_environment
- variables:[NSDictionary dictionaryWithObject:arglist
+ variables:[NSDictionary dictionaryWithObject:nullify(arglist)
forKey:nullify([_form lambdaListName])]
functions:nil];