aboutsummaryrefslogtreecommitdiff
path: root/src/interp/category.boot
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-11-03 19:15:35 +0000
committerdos-reis <gdr@axiomatics.org>2008-11-03 19:15:35 +0000
commit431bfaa2ee046f519715d1aa51b74f05eba74f87 (patch)
treec1ef303d3f3d5e2ceb1f1c619575128eda638bc0 /src/interp/category.boot
parenta12a4527c1d48988f48b4656c3a46ab91ab4e5e2 (diff)
downloadopen-axiom-431bfaa2ee046f519715d1aa51b74f05eba74f87.tar.gz
* interp/br-data.boot: Remove uses of BOUNDP.
* interp/br-op1.boot: Likewise. * interp/c-doc.boot: Likewise. * interp/functor.boot: Likewise. * interp/category.boot: Likewise. * interp/g-cndata.boot: Likewise. * interp/i-util.boot: Likewise. * interp/lisplib.boot: Likewise. * interp/mark.boot: Likewise. * interp/wi1.boot: Likewise. * interp/wi2.boot: Likewise.
Diffstat (limited to 'src/interp/category.boot')
-rw-r--r--src/interp/category.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/category.boot b/src/interp/category.boot
index 63e42c75..20a4c686 100644
--- a/src/interp/category.boot
+++ b/src/interp/category.boot
@@ -573,7 +573,7 @@ JoinInner(l,$e) ==
Join(:l) ==
e :=
- (not BOUNDP '$e) or null $e or $InteractiveMode => $CategoryFrame
+ null $e or $InteractiveMode => $CategoryFrame
$e
JoinInner(l, e)