diff options
author | welch <welch@noemail.net> | 1998-07-24 15:06:03 (GMT) |
---|---|---|
committer | welch <welch@noemail.net> | 1998-07-24 15:06:03 (GMT) |
commit | 0a012ac3482f6d4c39acd5fd723b6ff2ef73d5b7 (patch) | |
tree | f00e79e57f2d65278fadc4eb6b85653bd77b14b5 /library | |
parent | 9f03dd112acc71f3f09a901b3ded92e8e54138ca (diff) | |
download | tcl-0a012ac3482f6d4c39acd5fd723b6ff2ef73d5b7.zip tcl-0a012ac3482f6d4c39acd5fd723b6ff2ef73d5b7.tar.gz tcl-0a012ac3482f6d4c39acd5fd723b6ff2ef73d5b7.tar.bz2 |
*** empty log message ***
FossilOrigin-Name: d67d0919a78f7c2960cc9858375cc9a901244968
Diffstat (limited to 'library')
-rw-r--r-- | library/tclIndex | 21 |
1 files changed, 7 insertions, 14 deletions
diff --git a/library/tclIndex b/library/tclIndex index e923ec9..09a7e64 100644 --- a/library/tclIndex +++ b/library/tclIndex @@ -6,20 +6,9 @@ # element name is the name of a command and the value is # a script that loads the command. -set auto_index(auto_execok) [list source [file join $dir init.tcl]] -set auto_index(auto_reset) [list source [file join $dir init.tcl]] -set auto_index(auto_mkindex) [list source [file join $dir init.tcl]] -set auto_index(pkg_mkIndex) [list source [file join $dir init.tcl]] -set auto_index(tclPkgSetup) [list source [file join $dir init.tcl]] -set auto_index(tclMacPkgSearch) [list source [file join $dir init.tcl]] -set auto_index(tclPkgUnknown) [list source [file join $dir init.tcl]] -set auto_index(parray) [list source [file join $dir parray.tcl]] +set auto_index(history) [list source [file join $dir history.tcl]] set auto_index(tclLdAout) [list source [file join $dir ldAout.tcl]] -set auto_index(tcl_wordBreakAfter) [list source [file join $dir word.tcl]] -set auto_index(tcl_wordBreakBefore) [list source [file join $dir word.tcl]] -set auto_index(tcl_endOfWord) [list source [file join $dir word.tcl]] -set auto_index(tcl_startOfNextWord) [list source [file join $dir word.tcl]] -set auto_index(tcl_startOfPreviousWord) [list source [file join $dir word.tcl]] +set auto_index(parray) [list source [file join $dir parray.tcl]] set auto_index(::safe::interpCreate) [list source [file join $dir safe.tcl]] set auto_index(::safe::interpInit) [list source [file join $dir safe.tcl]] set auto_index(::safe::interpConfigure) [list source [file join $dir safe.tcl]] @@ -27,4 +16,8 @@ set auto_index(::safe::interpFindInAccessPath) [list source [file join $dir safe set auto_index(::safe::interpAddToAccessPath) [list source [file join $dir safe.tcl]] set auto_index(::safe::interpDelete) [list source [file join $dir safe.tcl]] set auto_index(::safe::setLogCmd) [list source [file join $dir safe.tcl]] -set auto_index(history) [list source [file join $dir history.tcl]] +set auto_index(tcl_wordBreakAfter) [list source [file join $dir word.tcl]] +set auto_index(tcl_wordBreakBefore) [list source [file join $dir word.tcl]] +set auto_index(tcl_endOfWord) [list source [file join $dir word.tcl]] +set auto_index(tcl_startOfNextWord) [list source [file join $dir word.tcl]] +set auto_index(tcl_startOfPreviousWord) [list source [file join $dir word.tcl]] |