summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorapnadkarni <apnmbx-wits@yahoo.com>2024-05-03 16:23:22 (GMT)
committerapnadkarni <apnmbx-wits@yahoo.com>2024-05-03 16:23:22 (GMT)
commit7b6f20e26950bd7fd46b5f6ab73c87ab0870c500 (patch)
tree15d23b2a071dc99bc4f6b6f41dc22c5bca392861
parentb97111153a2ca8bcf2ba5f9c5deaf0c28a67af07 (diff)
downloadtcl-7b6f20e26950bd7fd46b5f6ab73c87ab0870c500.zip
tcl-7b6f20e26950bd7fd46b5f6ab73c87ab0870c500.tar.gz
tcl-7b6f20e26950bd7fd46b5f6ab73c87ab0870c500.tar.bz2
Fix [a5f4a7aed8] - tcl::tm::path auto_index entry
-rw-r--r--library/tclIndex2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 2d4a957..871298f 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -95,7 +95,7 @@ set auto_index(::safe::RejectExcessColons) [list ::tcl::Pkg::source [file join $
set auto_index(::safe::VarName) [list ::tcl::Pkg::source [file join $dir safe.tcl]]
set auto_index(::safe::Setup) [list ::tcl::Pkg::source [file join $dir safe.tcl]]
set auto_index(::safe::setSyncMode) [list ::tcl::Pkg::source [file join $dir safe.tcl]]
-set auto_index(::tcl::tmpath) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
+set auto_index(::tcl::tm::path) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::add) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::remove) [list ::tcl::Pkg::source [file join $dir tm.tcl]]
set auto_index(::tcl::tm::list) [list ::tcl::Pkg::source [file join $dir tm.tcl]]