diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-18 10:31:58 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2024-03-18 10:31:58 (GMT) |
| commit | 4a6bea1b00641355931085f512bdce9bf721cfe9 (patch) | |
| tree | 61f95cacc85e9770c61e3638e9a12969ed056a65 /library/init.tcl | |
| parent | aabb871859e4ba0921cac811a30d53e6a88a208f (diff) | |
| download | tcl-4a6bea1b00641355931085f512bdce9bf721cfe9.zip tcl-4a6bea1b00641355931085f512bdce9bf721cfe9.tar.gz tcl-4a6bea1b00641355931085f512bdce9bf721cfe9.tar.bz2 | |
Move "::tcl::clock::configure" to the tcl::unsupported namespace
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 2fcd074..4d70f53 100644 --- a/library/init.tcl +++ b/library/init.tcl @@ -117,7 +117,7 @@ if {[interp issafe]} { namespace inscope ::tcl::clock [list namespace ensemble create -command \ [uplevel 1 [list ::namespace origin [::lindex [info level 0] 0]]] \ -map $cmdmap] - ::tcl::clock::configure -init-complete + ::tcl::unsupported::clock::configure -init-complete # Auto-loading stubs for 'clock.tcl' |
