summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.c b/match.c
index e393e9b3..7a3e06c7 100644
--- a/match.c
+++ b/match.c
@@ -1464,7 +1464,7 @@ static val do_txeval(val spec, val form, val bindings, val allow_unbound)
list_collect_decl (out, tail);
uw_set_match_context(cons(spec, bindings));
for (iter = rest(form); iter != nil; iter = cdr(iter))
- list_collect(tail, subst_vars(cdr(car(iter)), bindings, nil));
+ tail = list_collect(tail, subst_vars(cdr(car(iter)), bindings, nil));
ret = out;
uw_env_end;
} else if (regexp(sym)) {