summaryrefslogtreecommitdiffstats
path: root/library/tclIndex
diff options
context:
space:
mode:
authorwelch <welch>1998-07-24 15:06:04 (GMT)
committerwelch <welch>1998-07-24 15:06:04 (GMT)
commit6683231e5a846da2f53a7fa1cc80fbb6e6c64059 (patch)
treef00e79e57f2d65278fadc4eb6b85653bd77b14b5 /library/tclIndex
parent2ea4bcac723052b661de5a77b97b51616405c9fa (diff)
downloadtcl-6683231e5a846da2f53a7fa1cc80fbb6e6c64059.zip
tcl-6683231e5a846da2f53a7fa1cc80fbb6e6c64059.tar.gz
tcl-6683231e5a846da2f53a7fa1cc80fbb6e6c64059.tar.bz2
*** empty log message ***
Diffstat (limited to 'library/tclIndex')
-rw-r--r--library/tclIndex21
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]]