aboutsummaryrefslogtreecommitdiff
path: root/src/interp/ht-util.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/ht-util.boot')
-rw-r--r--src/interp/ht-util.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/ht-util.boot b/src/interp/ht-util.boot
index d12eef90..c66c8449 100644
--- a/src/interp/ht-util.boot
+++ b/src/interp/ht-util.boot
@@ -487,7 +487,7 @@ renamePatternVariables1(condList, substList, patVars) ==
substFromAlist(l, substAlist) ==
for [pvar, :replace] in substAlist repeat
- l := SUBST(replace, pvar, l)
+ l := substitute(replace, pvar, l)
l
computeDomainVariableAlist() ==