diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-16 16:23:55 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-16 16:23:55 (GMT) |
commit | ba68516ddb2714e2e7ab22dd2d00b8841712af53 (patch) | |
tree | 8903fdd97dc9d3406da81a8cd110c7092d2e47dc /library/tclIndex | |
parent | ab138d729bee33a3f0274e72b5cdb0bb2e83c168 (diff) | |
parent | 7d6a2292b530eb21168b734c6dcf292c9927ad08 (diff) | |
download | tcl-ba68516ddb2714e2e7ab22dd2d00b8841712af53.zip tcl-ba68516ddb2714e2e7ab22dd2d00b8841712af53.tar.gz tcl-ba68516ddb2714e2e7ab22dd2d00b8841712af53.tar.bz2 |
Merge safe-extra-tests-8-7
Diffstat (limited to 'library/tclIndex')
-rw-r--r-- | library/tclIndex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tclIndex b/library/tclIndex index 6bb3fa6..731bdbb 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -15,7 +15,7 @@ set auto_index(::auto_mkindex_parser::init) [list ::tcl::Pkg::source [file join set auto_index(::auto_mkindex_parser::cleanup) [list ::tcl::Pkg::source [file join $dir auto.tcl]] set auto_index(::auto_mkindex_parser::mkindex) [list ::tcl::Pkg::source [file join $dir auto.tcl]] set auto_index(::auto_mkindex_parser::hook) [list ::tcl::Pkg::source [file join $dir auto.tcl]] -set auto_index(::auto_mkindex_parser::slavehook) [list ::tcl::Pkg::source [file join $dir auto.tcl]] +set auto_index(::auto_mkindex_parser::childhook) [list ::tcl::Pkg::source [file join $dir auto.tcl]] set auto_index(::auto_mkindex_parser::command) [list ::tcl::Pkg::source [file join $dir auto.tcl]] set auto_index(::auto_mkindex_parser::commandInit) [list ::tcl::Pkg::source [file join $dir auto.tcl]] set auto_index(::auto_mkindex_parser::fullname) [list ::tcl::Pkg::source [file join $dir auto.tcl]] |