diff options
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/init.tcl b/library/init.tcl index 6f1e7ed..a4b4da1 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -494,6 +494,7 @@ proc auto_load_index {} { continue } else { set error [catch { + fconfigure $f -eofchar \032 set id [gets $f] if {$id eq "# Tcl autoload index file, version 2.0"} { eval [read $f] |