summaryrefslogtreecommitdiffstats
path: root/library/init.tcl
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-01-10 22:45:59 (GMT)
committersebres <sebres@users.sourceforge.net>2017-01-10 22:45:59 (GMT)
commit941e45f9078176fa27d4d7b627b2c4e1c6642d06 (patch)
tree8598896209de8c1fafc0d6bad3e41de6b2d66911 /library/init.tcl
parent7a654297a08c44ecc24062e08b31343ffddd2bd6 (diff)
downloadtcl-941e45f9078176fa27d4d7b627b2c4e1c6642d06.zip
tcl-941e45f9078176fa27d4d7b627b2c4e1c6642d06.tar.gz
tcl-941e45f9078176fa27d4d7b627b2c4e1c6642d06.tar.bz2
clock.tcl: clean unused resp. obsolete commands
Diffstat (limited to 'library/init.tcl')
-rw-r--r--library/init.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/init.tcl b/library/init.tcl
index 6f34302..f1f1bb4 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 LocalizeFormat SetupTimeZone GetSystemTimeZone} {
+ foreach cmd {add mcget LocalizeFormat SetupTimeZone GetSystemTimeZone} {
proc ::tcl::clock::$cmd args {
variable TclLibDir
source -encoding utf-8 [file join $TclLibDir clock.tcl]