Index: library/lib/xotcl1.xotcl =================================================================== diff -u -r1ddb61a407f327672ce64aa1c1610e7043c10ec7 -rff41e1a0cb88c3aa7b96ca3b67b27043794991b0 --- library/lib/xotcl1.xotcl (.../xotcl1.xotcl) (revision 1ddb61a407f327672ce64aa1c1610e7043c10ec7) +++ library/lib/xotcl1.xotcl (.../xotcl1.xotcl) (revision ff41e1a0cb88c3aa7b96ca3b67b27043794991b0) @@ -327,7 +327,7 @@ } { set methodtype all if {$nocmds} {set methodtype scripted} - if {$noprocs} {if {$nocmds} {return ""}; set methodtype system} + if {$noprocs} {if {$nocmds} {return ""}; set methodtype builtin} set cmd [list ::xotcl::cmd::ObjectInfo::callable $o -methodtype $methodtype] if {$incontext} {lappend cmd -incontext} if {[::info exists pattern]} {lappend cmd $pattern}