summaryrefslogtreecommitdiffstats
path: root/generic/tclCmdIL.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2012-10-29 11:02:45 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2012-10-29 11:02:45 (GMT)
commit9e418cbfa91aaca0d985eed1b64d4945de540920 (patch)
treefa1296b8f4044407e3dc223984e7c7f6aac15875 /generic/tclCmdIL.c
parent261fdb0cda60d9be8547338fe33d73841845efca (diff)
downloadtcl-9e418cbfa91aaca0d985eed1b64d4945de540920.zip
tcl-9e418cbfa91aaca0d985eed1b64d4945de540920.tar.gz
tcl-9e418cbfa91aaca0d985eed1b64d4945de540920.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.c2
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},