diff options
author | kjnash <k.j.nash@usa.net> | 2020-07-25 12:24:26 (GMT) |
---|---|---|
committer | kjnash <k.j.nash@usa.net> | 2020-07-25 12:24:26 (GMT) |
commit | 0d094ff62aa60c15d6afecdc694e910646c813cf (patch) | |
tree | 789d473ef1b3d991bddc7f954d814630825ac196 /library/tclIndex | |
parent | f2815760c5d26291fa3af7efe04b78a40743415e (diff) | |
download | tcl-0d094ff62aa60c15d6afecdc694e910646c813cf.zip tcl-0d094ff62aa60c15d6afecdc694e910646c813cf.tar.gz tcl-0d094ff62aa60c15d6afecdc694e910646c813cf.tar.bz2 |
Rename command safe::setAutoPathSync to safe::setSyncMode.
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 731bdbb..a8db3cb 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -61,7 +61,7 @@ set auto_index(::safe::DirInAccessPath) [list ::tcl::Pkg::source [file join $dir set auto_index(::safe::Subset) [list ::tcl::Pkg::source [file join $dir safe.tcl]] set auto_index(::safe::AliasSubset) [list ::tcl::Pkg::source [file join $dir safe.tcl]] set auto_index(::safe::AliasEncoding) [list ::tcl::Pkg::source [file join $dir safe.tcl]] -set auto_index(::safe::setAutoPathSync) [list source [file join $dir safe.tcl]] +set auto_index(::safe::setSyncMode) [list ::tcl::Pkg::source [file join $dir safe.tcl]] set auto_index(tcl_wordBreakAfter) [list ::tcl::Pkg::source [file join $dir word.tcl]] set auto_index(tcl_wordBreakBefore) [list ::tcl::Pkg::source [file join $dir word.tcl]] set auto_index(tcl_endOfWord) [list ::tcl::Pkg::source [file join $dir word.tcl]] |