diff options
Diffstat (limited to 'library')
-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 9306986..2fcd074 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -111,7 +111,7 @@ if {[interp issafe]} { proc clock args { set cmdmap [dict create] - foreach cmd {add clicks format microseconds milliseconds scan seconds configure} { + foreach cmd {add clicks format microseconds milliseconds scan seconds} { dict set cmdmap $cmd ::tcl::clock::$cmd } namespace inscope ::tcl::clock [list namespace ensemble create -command \ |