diff options
| author | dgp <dgp@users.sourceforge.net> | 2016-06-16 14:48:35 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2016-06-16 14:48:35 (GMT) |
| commit | f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd (patch) | |
| tree | 8b3bcb3adb8bd2eb44bcf16bb091722274e03e9e /unix/tclXtTest.c | |
| parent | c755ef08151343eb145710489f8c999edbef15ff (diff) | |
| parent | f3a3f7b9e83c84103bed2043d3671d72d300610c (diff) | |
| download | tcl-f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd.zip tcl-f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd.tar.gz tcl-f67a341fce27e0e6c8de7ec44c78e7ea0e16c3bd.tar.bz2 | |
Merge up to the 8.6.0 release.
Diffstat (limited to 'unix/tclXtTest.c')
| -rw-r--r-- | unix/tclXtTest.c | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c index d921074..fcb0773 100644 --- a/unix/tclXtTest.c +++ b/unix/tclXtTest.c @@ -7,8 +7,6 @@ * * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. - * - * RCS: @(#) $Id: tclXtTest.c,v 1.12 2010/06/21 11:23:23 nijtmans Exp $ */ #ifndef USE_TCL_STUBS @@ -126,3 +124,12 @@ TesteventloopCmd( } return TCL_OK; } + +/* + * Local Variables: + * mode: c + * c-basic-offset: 4 + * fill-column: 78 + * tab-width: 8 + * End: + */ |
