diff options
author | andreas_kupries <andreas_kupries@noemail.net> | 2007-10-02 16:31:44 (GMT) |
---|---|---|
committer | andreas_kupries <andreas_kupries@noemail.net> | 2007-10-02 16:31:44 (GMT) |
commit | 4f7170a5f10a10a63826cea407b678fd068fcab7 (patch) | |
tree | 42d579ce28097901a0bfeac49e17923a66f06612 /library/tclIndex | |
parent | 085f64f3131dc7de054f336fedcac69cb89111ba (diff) | |
download | tcl-4f7170a5f10a10a63826cea407b678fd068fcab7.zip tcl-4f7170a5f10a10a63826cea407b678fd068fcab7.tar.gz tcl-4f7170a5f10a10a63826cea407b678fd068fcab7.tar.bz2 |
* library/tclIndex: Added 'tcl::tm::path' to the tclIndex. This
fixes [SF Bug 1806422] reported by Don Porter.
FossilOrigin-Name: 0cffd8d27e7f589fa3e7b03f51c7b151ec5c2e55
Diffstat (limited to 'library/tclIndex')
-rw-r--r-- | library/tclIndex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/tclIndex b/library/tclIndex index 3a435d1..2fcf4a5 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -85,3 +85,4 @@ set auto_index(::tcl::tm::remove) [list source [file join $dir tm.tcl]] set auto_index(::tcl::tm::list) [list source [file join $dir tm.tcl]] set auto_index(::tcl::tm::UnknownHandler) [list source [file join $dir tm.tcl]] set auto_index(::tcl::tm::roots) [list source [file join $dir tm.tcl]] +set auto_index(::tcl::tm::path) [list source [file join $dir tm.tcl]] |