summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 399c61c4..6880a457 100644
--- a/eval.c
+++ b/eval.c
@@ -994,6 +994,7 @@ static val expand_params_rec(val params, val menv,
not_bindable_error(form, param);
} else {
param_ex = param;
+ new_menv = make_var_shadowing_env(menv, cons(param, nil));
}
{