aboutsummaryrefslogtreecommitdiff
path: root/src/interp/functor.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/functor.boot')
-rw-r--r--src/interp/functor.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/functor.boot b/src/interp/functor.boot
index fea465c8..cc576cbb 100644
--- a/src/interp/functor.boot
+++ b/src/interp/functor.boot
@@ -323,7 +323,7 @@ setVector12 args ==
freeof($domainShell.4,args1) => nil
[['SetDomainSlots124,'$,['QUOTE,args1],['%list,:args2]]]
where freeof(a,b) ==
- atom a => null MEMQ(a,b)
+ atom a => null symbolMember?(a,b)
freeof(first a,b) => freeof(rest a,b)
false