diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-21 09:39:58 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2011-10-21 09:39:58 (GMT) |
commit | 7f9fe76ea2ebff9ae991765d371d1886fc7cd88f (patch) | |
tree | f38f16e67506a1d3b51b425a259e46acc521244a /unix/tclXtTest.c | |
parent | 6244658c82114ec9171a113c4b9ae95e9ce1720c (diff) | |
download | tcl-7f9fe76ea2ebff9ae991765d371d1886fc7cd88f.zip tcl-7f9fe76ea2ebff9ae991765d371d1886fc7cd88f.tar.gz tcl-7f9fe76ea2ebff9ae991765d371d1886fc7cd88f.tar.bz2 |
MINOR: Add emacs style info to end of C files.
Diffstat (limited to 'unix/tclXtTest.c')
-rw-r--r-- | unix/tclXtTest.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/tclXtTest.c b/unix/tclXtTest.c index 93bcc81..fcb0773 100644 --- a/unix/tclXtTest.c +++ b/unix/tclXtTest.c @@ -124,3 +124,12 @@ TesteventloopCmd( } return TCL_OK; } + +/* + * Local Variables: + * mode: c + * c-basic-offset: 4 + * fill-column: 78 + * tab-width: 8 + * End: + */ |