summaryrefslogtreecommitdiffstats
path: root/generic/tclNamesp.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-23 23:12:48 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2014-01-23 23:12:48 (GMT)
commitd7f662a72044437b0a6a5830892b87abe6840b16 (patch)
tree463c9051a05f88f28c04a1ef2f8601616fe9f61b /generic/tclNamesp.c
parent967e3660b0c1c785d2f0faf58233c05fba58e34f (diff)
parentd007f17bcd05bca0bcceafe9a712b0a1b3b3f020 (diff)
downloadtcl-d7f662a72044437b0a6a5830892b87abe6840b16.zip
tcl-d7f662a72044437b0a6a5830892b87abe6840b16.tar.gz
tcl-d7f662a72044437b0a6a5830892b87abe6840b16.tar.bz2
merge trunk
Diffstat (limited to 'generic/tclNamesp.c')
-rw-r--r--generic/tclNamesp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclNamesp.c b/generic/tclNamesp.c
index c5c7dc8..b09a211 100644
--- a/generic/tclNamesp.c
+++ b/generic/tclNamesp.c
@@ -171,7 +171,7 @@ static const EnsembleImplMap defaultNamespaceMap[] = {
{"forget", NamespaceForgetCmd, TclCompileBasicMin0ArgCmd, NULL, NULL, 0},
{"import", NamespaceImportCmd, TclCompileBasicMin0ArgCmd, NULL, NULL, 0},
{"inscope", NamespaceInscopeCmd, NULL, NRNamespaceInscopeCmd, NULL, 0},
- {"origin", NamespaceOriginCmd, TclCompileBasic1ArgCmd, NULL, NULL, 0},
+ {"origin", NamespaceOriginCmd, TclCompileNamespaceOriginCmd, NULL, NULL, 0},
{"parent", NamespaceParentCmd, TclCompileBasic0Or1ArgCmd, NULL, NULL, 0},
{"path", NamespacePathCmd, TclCompileBasic0Or1ArgCmd, NULL, NULL, 0},
{"qualifiers", NamespaceQualifiersCmd, TclCompileNamespaceQualifiersCmd, NULL, NULL, 0},