diff options
author | ericm <ericm@noemail.net> | 2000-08-10 22:24:53 (GMT) |
---|---|---|
committer | ericm <ericm@noemail.net> | 2000-08-10 22:24:53 (GMT) |
commit | 6ec0c4e53c71cb63791bf56767b8e7965481d8fa (patch) | |
tree | 0a8377d9e076be4305890682cc9ddaa344e990a3 /library | |
parent | b8465ac68e1b7e20dfba767e55585fbb09d633f3 (diff) | |
download | tcl-6ec0c4e53c71cb63791bf56767b8e7965481d8fa.zip tcl-6ec0c4e53c71cb63791bf56767b8e7965481d8fa.tar.gz tcl-6ec0c4e53c71cb63791bf56767b8e7965481d8fa.tar.bz2 |
* library/msgcat1.0/msgcat.tcl: Removed erroneous [package forget]
in msgcat namespace initializer.
FossilOrigin-Name: 23022429bb62dc8a1cf13731676b64fce16a5c48
Diffstat (limited to 'library')
-rw-r--r-- | library/msgcat/msgcat.tcl | 3 | ||||
-rw-r--r-- | library/msgcat1.0/msgcat.tcl | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/library/msgcat/msgcat.tcl b/library/msgcat/msgcat.tcl index fa3350c..41e58b7 100644 --- a/library/msgcat/msgcat.tcl +++ b/library/msgcat/msgcat.tcl @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.7 2000/07/17 22:25:26 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ package provide msgcat 1.1 @@ -258,7 +258,6 @@ namespace eval msgcat { mclocale "C" } else { - package forget registry # # Clean up registry value for translating LCID value # by using only the last 2 digits, since first diff --git a/library/msgcat1.0/msgcat.tcl b/library/msgcat1.0/msgcat.tcl index fa3350c..41e58b7 100644 --- a/library/msgcat1.0/msgcat.tcl +++ b/library/msgcat1.0/msgcat.tcl @@ -10,7 +10,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: msgcat.tcl,v 1.7 2000/07/17 22:25:26 ericm Exp $ +# RCS: @(#) $Id: msgcat.tcl,v 1.8 2000/08/10 22:24:55 ericm Exp $ package provide msgcat 1.1 @@ -258,7 +258,6 @@ namespace eval msgcat { mclocale "C" } else { - package forget registry # # Clean up registry value for translating LCID value # by using only the last 2 digits, since first |