diff options
author | sebres <sebres@users.sourceforge.net> | 2017-01-10 22:41:18 (GMT) |
---|---|---|
committer | sebres <sebres@users.sourceforge.net> | 2017-01-10 22:41:18 (GMT) |
commit | 63c8495242fba7a73308cadbe99d5b9baa687aa6 (patch) | |
tree | 0b3b82ec57197c2dc0a9eaee682612848fba26fc /library/init.tcl | |
parent | 9d7b1b2b0319162c58225a5f443a040be63628f8 (diff) | |
download | tcl-63c8495242fba7a73308cadbe99d5b9baa687aa6.zip tcl-63c8495242fba7a73308cadbe99d5b9baa687aa6.tar.gz tcl-63c8495242fba7a73308cadbe99d5b9baa687aa6.tar.bz2 |
[temp-commit]: format almost ready (missing some tokens)
Diffstat (limited to 'library/init.tcl')
-rw-r--r-- | library/init.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl index ef0a84a..6f34302 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -178,7 +178,7 @@ if {[interp issafe]} { # Auto-loading stubs for 'clock.tcl' - foreach cmd {add format LocalizeFormat SetupTimeZone GetSystemTimeZone __org_scan} { + foreach cmd {add LocalizeFormat SetupTimeZone GetSystemTimeZone} { proc ::tcl::clock::$cmd args { variable TclLibDir source -encoding utf-8 [file join $TclLibDir clock.tcl] |