diff options
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tclTimer.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/generic/tclTimer.c b/generic/tclTimer.c index 6dd912d..0e14f4d 100644 --- a/generic/tclTimer.c +++ b/generic/tclTimer.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclTimer.c,v 1.6.2.1 2004/09/07 18:21:16 kennykb Exp $ + * RCS: @(#) $Id: tclTimer.c,v 1.6.2.2 2005/03/23 21:58:17 dgp Exp $ */ #include "tclInt.h" @@ -757,9 +757,7 @@ Tcl_AfterObjCmd(clientData, interp, objc, objv) /* * Create the "after" information associated for this interpreter, - * if it doesn't already exist. Associate it with the command too, - * so that it will be passed in as the ClientData argument in the - * future. + * if it doesn't already exist. */ assocPtr = Tcl_GetAssocData( interp, "tclAfter", NULL ); |