Index: unix/tclAppInit.c =================================================================== diff -u -r81c800c8b9cb42ef6743d9b80ac2be5ca211a69a -raf4326a00a0f2d0b2f1e0369af71637f48c2d56a --- unix/tclAppInit.c (.../tclAppInit.c) (revision 81c800c8b9cb42ef6743d9b80ac2be5ca211a69a) +++ unix/tclAppInit.c (.../tclAppInit.c) (revision af4326a00a0f2d0b2f1e0369af71637f48c2d56a) @@ -154,9 +154,9 @@ return TCL_ERROR; } - Tcl_StaticPackage(interp, "next", Next_Init, 0); + Tcl_StaticPackage(interp, "nx", Next_Init, 0); #else - if (Tcl_PkgRequire(interp, "next", XOTCLVERSION, 1) == NULL) { + if (Tcl_PkgRequire(interp, "nx", NXVERSION, 1) == NULL) { return TCL_ERROR; } #endif