Index: generic/predefined.xotcl =================================================================== diff -u -rbc6eb608936be7ce3ab17f64981902a4f51194d1 -r030722ec041bcc7a731eff1fdea9afa15a9b91a0 --- generic/predefined.xotcl (.../predefined.xotcl) (revision bc6eb608936be7ce3ab17f64981902a4f51194d1) +++ generic/predefined.xotcl (.../predefined.xotcl) (revision 030722ec041bcc7a731eff1fdea9afa15a9b91a0) @@ -188,7 +188,7 @@ # we have no working objectparameter yet due to bootstrapping # objectInfo eval { - :alias is ::xotcl::is + :alias is ::xotcl::objectproperty # info info :public method info {obj} { @@ -206,7 +206,7 @@ } classInfo eval { - :alias is ::xotcl::is + :alias is ::xotcl::objectproperty :alias classparent ::xotcl::cmd::ObjectInfo::parent :alias classchildren ::xotcl::cmd::ObjectInfo::children :alias info [::xotcl::cmd::ObjectInfo::method objectInfo name info]