summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index 6246ac1a..39ee9652 100644
--- a/eval.c
+++ b/eval.c
@@ -1567,6 +1567,8 @@ static val op_defsymacro(val form, val env)
eval_error(form, lit("let: ~s is not a bindable symbol"), sym, nao);
remhash(top_vb, sym);
+ if (!opt_compat || opt_compat > 143)
+ remhash(special, sym);
sethash(top_smb, sym, cons(sym, second(args)));
return sym;
}