Index: library/lib/xotcl1.xotcl =================================================================== diff -u -rd56d2a8ee3f246c9891783abb09bd820dbc508e4 -r2454ab78913d0686b2ec5feeb401a051dc6a6164 --- library/lib/xotcl1.xotcl (.../xotcl1.xotcl) (revision d56d2a8ee3f246c9891783abb09bd820dbc508e4) +++ library/lib/xotcl1.xotcl (.../xotcl1.xotcl) (revision 2454ab78913d0686b2ec5feeb401a051dc6a6164) @@ -135,16 +135,15 @@ ::xotcl::alias ${os}::Object::slot::class assign ::xotcl::relation ::xotcl::InterceptorSlot create ${os}::Object::slot::mixin \ - -forward-per-object true \ - -type relation + -type relation -methodname object-mixin ::xotcl::InterceptorSlot create ${os}::Object::slot::filter \ - -forward-per-object true \ - -elementtype "" -type relation + -type relation -methodname object-filter \ + -elementtype "" ::xotcl::InterceptorSlot create ${os}::Class::slot::instmixin \ - -type relation + -type relation -methodname class-mixin ::xotcl::InterceptorSlot create ${os}::Class::slot::instfilter \ - -elementtype "" \ - -type relation + -type relation -methodname class-filter \ + -elementtype "" } ::xotcl::register_system_slots1 ::xotcl