diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-29 11:02:45 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-10-29 11:02:45 (GMT) |
commit | 78ed75a33905e55e8eabc5e41651556fbbc60fbc (patch) | |
tree | fa1296b8f4044407e3dc223984e7c7f6aac15875 /generic/tclCmdIL.c | |
parent | a0f1506da36a7571a129af6904493cd83fe18051 (diff) | |
download | tcl-78ed75a33905e55e8eabc5e41651556fbbc60fbc.zip tcl-78ed75a33905e55e8eabc5e41651556fbbc60fbc.tar.gz tcl-78ed75a33905e55e8eabc5e41651556fbbc60fbc.tar.bz2 |
Compilation of [info commands] in the case of a fully-qualified literal name.
Diffstat (limited to 'generic/tclCmdIL.c')
-rw-r--r-- | generic/tclCmdIL.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclCmdIL.c b/generic/tclCmdIL.c index 14e9f0e..7be017d 100644 --- a/generic/tclCmdIL.c +++ b/generic/tclCmdIL.c @@ -164,7 +164,7 @@ static const EnsembleImplMap defaultInfoMap[] = { {"args", InfoArgsCmd, NULL, NULL, NULL, 0}, {"body", InfoBodyCmd, NULL, NULL, NULL, 0}, {"cmdcount", InfoCmdCountCmd, NULL, NULL, NULL, 0}, - {"commands", InfoCommandsCmd, NULL, NULL, NULL, 0}, + {"commands", InfoCommandsCmd, TclCompileInfoCommandsCmd, NULL, NULL, 0}, {"complete", InfoCompleteCmd, NULL, NULL, NULL, 0}, {"coroutine", TclInfoCoroutineCmd, TclCompileInfoCoroutineCmd, NULL, NULL, 0}, {"default", InfoDefaultCmd, NULL, NULL, NULL, 0}, |