summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eval.c b/eval.c
index a5e5e45a..b6cfbb87 100644
--- a/eval.c
+++ b/eval.c
@@ -2961,6 +2961,9 @@ tail:
return form;
}
+ if (atom(form))
+ return form;
+
return expand(form, menv);
}