summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authorericm <ericm>2000-02-07 22:33:17 (GMT)
committerericm <ericm>2000-02-07 22:33:17 (GMT)
commitc58e1d4cf7b6893f0dafdd8acede91f92ab573de (patch)
tree731a155d7ff6d8f6b69e1f3b060657395f08b78e /library/tclIndex
parent05a83f194381a2a3da047c180cb832a119aa011e (diff)
downloadtcl-c58e1d4cf7b6893f0dafdd8acede91f92ab573de.zip
tcl-c58e1d4cf7b6893f0dafdd8acede91f92ab573de.tar.gz
tcl-c58e1d4cf7b6893f0dafdd8acede91f92ab573de.tar.bz2
* tests/package.test:
* library/tclIndex: * library/package.tcl: Renamed ::package namespace to ::pkg.
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 92500b2..c2da6be 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -33,7 +33,7 @@ set auto_index(pkg_mkIndex) [list source [file join $dir package.tcl]]
set auto_index(tclPkgSetup) [list source [file join $dir package.tcl]]
set auto_index(tclMacPkgSearch) [list source [file join $dir package.tcl]]
set auto_index(tclPkgUnknown) [list source [file join $dir package.tcl]]
-set auto_index(::package::create) [list source [file join $dir package.tcl]]
+set auto_index(::pkg::create) [list source [file join $dir package.tcl]]
set auto_index(parray) [list source [file join $dir parray.tcl]]
set auto_index(::safe::InterpStatics) [list source [file join $dir safe.tcl]]
set auto_index(::safe::InterpNested) [list source [file join $dir safe.tcl]]