summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2019-03-05 16:13:23 (GMT)
committersebres <sebres@users.sourceforge.net>2019-03-05 16:13:23 (GMT)
commitd9929185f3830f165fc4c42988c70eb197cb0d55 (patch)
tree1fc7aa947369e4db73c04b2b6f8403c6c68d4a43 /library/tclIndex
parentb24cecb5826bd791a78e4a835ac6086dd30f20e0 (diff)
parent2e2fdf481a1adc01e01df1b72add387325868bfd (diff)
downloadtcl-d9929185f3830f165fc4c42988c70eb197cb0d55.zip
tcl-d9929185f3830f165fc4c42988c70eb197cb0d55.tar.gz
tcl-d9929185f3830f165fc4c42988c70eb197cb0d55.tar.bz2
merge updated 8.5-timerate branch
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 26603c1..0409d9b 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -73,3 +73,6 @@ set auto_index(::tcl::tm::Defaults) [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]]
+if {[namespace exists ::tcl::unsupported]} {
+ set auto_index(timerate) {namespace import ::tcl::unsupported::timerate}
+}