Index: unix/tkAppInit.c =================================================================== diff -u -r0e8b567e2a1808c514f6340430920ad4d59953bc -r8eddf67371ec031084a6ef98fdec21e38dff85ff --- unix/tkAppInit.c (.../tkAppInit.c) (revision 0e8b567e2a1808c514f6340430920ad4d59953bc) +++ unix/tkAppInit.c (.../tkAppInit.c) (revision 8eddf67371ec031084a6ef98fdec21e38dff85ff) @@ -82,7 +82,7 @@ Tcl_StaticPackage(interp, "XOTcl", Xotcl_Init, 0); if (Tcl_Import(interp, Tcl_GetGlobalNamespace(interp), - "::xotcl::*", /* allowOverwrite */ 1) != TCL_OK) { + "::nsf::*", /* allowOverwrite */ 1) != TCL_OK) { return TCL_ERROR; } Tcl_SetVar(interp, "tcl_rcFileName", "~/.wishrc", TCL_GLOBAL_ONLY);