summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--library/tclIndex3
1 files changed, 3 insertions, 0 deletions
diff --git a/library/tclIndex b/library/tclIndex
index 010616f..c1ccb16 100644
--- a/library/tclIndex
+++ b/library/tclIndex
@@ -85,3 +85,6 @@ 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]]
+if {[namespace exists ::tcl::unsupported]} {
+ set auto_index(timerate) {namespace import ::tcl::unsupported::timerate}
+}