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 | d3a3a0bd7505d924a30e7c8bce004240277f0d51 (patch) | |
tree | f38f16e67506a1d3b51b425a259e46acc521244a /unix/tclXtTest.c | |
parent | e85e609c8ecb297366a54906f372289dded7aae2 (diff) | |
download | tcl-d3a3a0bd7505d924a30e7c8bce004240277f0d51.zip tcl-d3a3a0bd7505d924a30e7c8bce004240277f0d51.tar.gz tcl-d3a3a0bd7505d924a30e7c8bce004240277f0d51.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: + */ |