summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 11:52:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 11:52:16 (GMT)
commitf3b329dd2833e543a9d0d3cd7aa2102fd5744cd9 (patch)
tree948be4a822fed9b3c5af697bdac14cf3827645c1 /tools
parent496cff3ee18aff1069c341d282371190cff6563f (diff)
parent0a38e523d30dbe1119fa0a84fb1e08860f029220 (diff)
downloadtcl-f3b329dd2833e543a9d0d3cd7aa2102fd5744cd9.zip
tcl-f3b329dd2833e543a9d0d3cd7aa2102fd5744cd9.tar.gz
tcl-f3b329dd2833e543a9d0d3cd7aa2102fd5744cd9.tar.bz2
Merge 8.7
Diffstat (limited to 'tools')
-rw-r--r--tools/tclOOScript.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tclOOScript.tcl b/tools/tclOOScript.tcl
index 8167f83..f1d582b 100644
--- a/tools/tclOOScript.tcl
+++ b/tools/tclOOScript.tcl
@@ -583,7 +583,7 @@
#
# Namespaces used as implementation vectors for oo::define and
# oo::objdefine when the class/instance is configurable.
- #
+ #
# ------------------------------------------------------------------
namespace eval configurableclass {
@@ -739,7 +739,7 @@
# configure --
# Method for providing client access to the property mechanism.
# Has a user-facing API similar to that of [chan configure].
- #
+ #
method configure -export args {
::if {![::info exists my]} {
::set my [::namespace which my]