summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-07-28 18:00:08 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-07-28 18:00:08 (GMT)
commit04ed8b5460eeb335eba5d6c092bd8d5420664bed (patch)
tree8390e9b3d821a220cbd3371a3493309be3803e7c /library/tclIndex
parent6fb095267920b841b7cbd592083cbad4c2ff1af0 (diff)
downloadtcl-04ed8b5460eeb335eba5d6c092bd8d5420664bed.zip
tcl-04ed8b5460eeb335eba5d6c092bd8d5420664bed.tar.gz
tcl-04ed8b5460eeb335eba5d6c092bd8d5420664bed.tar.bz2
* library/package.tcl: Moved private command
* library/tclIndex: [pkg_compareExtension] into ::tcl::Pkg. * tests/pkg_mkIndex.test: Also moved implementation of [::pkg::create] to [::tcl::Pkg::Create].
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 65d37a6..5d963a0 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -28,7 +28,6 @@ set auto_index(::tcl::HistIndex) [list source [file join $dir history.tcl]]
set auto_index(::tcl::HistEvent) [list source [file join $dir history.tcl]]
set auto_index(::tcl::HistChange) [list source [file join $dir history.tcl]]
set auto_index(tclLdAout) [list source [file join $dir ldAout.tcl]]
-set auto_index(pkg_compareExtension) [list source [file join $dir package.tcl]]
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(tclPkgUnknown) [list source [file join $dir package.tcl]]