diff options
Diffstat (limited to 'src/interp/lisplib.boot')
-rw-r--r-- | src/interp/lisplib.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index 053fdf0d..7cae8dcb 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -782,7 +782,7 @@ isDomainConstructorForm(D,e) == isFunctor x == op:= opOf x - not IDENTP op => false + not ident? op => false $InteractiveMode => builtinFunctorName? op => true getConstructorKindFromDB op in '(domain package) |