diff options
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/init.tcl b/library/init.tcl index bac6270..65a19aa 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -45,6 +45,9 @@ if {![info exists auto_path]} { set auto_path "" } } + +source [file join $::tcl_library auto.tcl] + namespace eval tcl { variable Dir foreach Dir [list $::tcl_library [file dirname $::tcl_library]] { |