aboutsummaryrefslogtreecommitdiff
path: root/src/interp/termrw.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/termrw.boot')
-rw-r--r--src/interp/termrw.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/termrw.boot b/src/interp/termrw.boot
index d4f3f0a0..c10eda3a 100644
--- a/src/interp/termrw.boot
+++ b/src/interp/termrw.boot
@@ -72,7 +72,7 @@ termMatch(tp,t,SL,vars) ==
-- then the result is the augmented substitution SL or 'failed
tp=t => SL
atom tp =>
- MEMQ(tp,vars) =>
+ symbolMember?(tp,vars) =>
p:= ASSOC(tp,SL) => ( rest p=t )
[[tp,:t],:SL]
'failed