summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2011-10-21 09:39:58 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2011-10-21 09:39:58 (GMT)
commit7f9fe76ea2ebff9ae991765d371d1886fc7cd88f (patch)
treef38f16e67506a1d3b51b425a259e46acc521244a /unix/tclXtTest.c
parent6244658c82114ec9171a113c4b9ae95e9ce1720c (diff)
downloadtcl-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.c9
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:
+ */