Index: library/lib/xotcl1.xotcl =================================================================== diff -u -r8f79347327f3c5f73faf86e87ebd6c8306265fbb -rb708f296be8c5cbd3e4daa959713483dbdfdfd82 --- library/lib/xotcl1.xotcl (.../xotcl1.xotcl) (revision 8f79347327f3c5f73faf86e87ebd6c8306265fbb) +++ library/lib/xotcl1.xotcl (.../xotcl1.xotcl) (revision b708f296be8c5cbd3e4daa959713483dbdfdfd82) @@ -305,7 +305,7 @@ } foreach cmd [::info command ::xotcl::cmd::ClassInfo::*] { set cmdName [namespace tail $cmd] - if {$cmdName in [list "method" "methods"]} continue + if {$cmdName in [list "method" "methods" "mixin"]} continue ::xotcl::alias ::xotcl::classInfo $cmdName $cmd } ::xotcl::alias ::xotcl::objectInfo is ::xotcl::is