diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-19 11:59:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-11-19 11:59:52 (GMT) |
commit | 2eb0767336c873190979f8ab18ddd613b21af518 (patch) | |
tree | d50e76c4cd5b94708ecf1601bfd1082b30e88304 /library/tm.tcl | |
parent | 329f81f416510bcb86ba467b1fb8c6756156e5a2 (diff) | |
download | tcl-2eb0767336c873190979f8ab18ddd613b21af518.zip tcl-2eb0767336c873190979f8ab18ddd613b21af518.tar.gz tcl-2eb0767336c873190979f8ab18ddd613b21af518.tar.bz2 |
Undo Jan's needless vandalism.
Diffstat (limited to 'library/tm.tcl')
-rw-r--r-- | library/tm.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/tm.tcl b/library/tm.tcl index 90f8296..907f9cf 100644 --- a/library/tm.tcl +++ b/library/tm.tcl @@ -263,7 +263,7 @@ proc ::tcl::tm::UnknownHandler {original name args} { if { ($pkgname eq $name) && [package vsatisfies $pkgversion {*}$args] - } { + } then { set satisfied 1 # We do not abort the loop, and keep adding provide |