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 50d20fad..bdbec0be 100644
--- a/eval.c
+++ b/eval.c
@@ -3823,6 +3823,9 @@ val expand_quasi(val quasi_forms, val menv)
if (comp_184)
form_ex = expand(form, menv);
}
+
+ if (atom(form_ex) && !bindable(form_ex))
+ form_ex = list(var_s, form_ex, nao);
}
{