summaryrefslogtreecommitdiffstats
path: root/match.c
diff options
context:
space:
mode:
Diffstat (limited to 'match.c')
-rw-r--r--match.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/match.c b/match.c
index f13b2578..1dece256 100644
--- a/match.c
+++ b/match.c
@@ -1277,6 +1277,10 @@ static val subst_vars(val spec, val bindings, val filter)
val modifiers = fourth(elem);
val pair = assoc(sym, bindings);
+ if (modifiers)
+ modifiers = mapcar(curry_123_2(func_n3(txeval), spec, bindings),
+ modifiers);
+
if (pair) {
val str = cdr(pair);