summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/parser.y b/parser.y
index cda1aaf8..1266157d 100644
--- a/parser.y
+++ b/parser.y
@@ -1226,7 +1226,7 @@ static val expand_meta(val form, val menv)
ptail = nptail;
}
- list_collect_nconc(ptail, form);
+ ptail = list_collect_nconc(ptail, form);
return out;
}