summaryrefslogtreecommitdiffstats
path: root/unix/tclXtTest.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2011-10-21 09:39:58 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2011-10-21 09:39:58 (GMT)
commit493eb35da9c0446d62d38ce70216452efb5d76bb (patch)
treef38f16e67506a1d3b51b425a259e46acc521244a /unix/tclXtTest.c
parent4a087424ee3051e279b02ad1e63c157baf46a1eb (diff)
downloadtcl-493eb35da9c0446d62d38ce70216452efb5d76bb.zip
tcl-493eb35da9c0446d62d38ce70216452efb5d76bb.tar.gz
tcl-493eb35da9c0446d62d38ce70216452efb5d76bb.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:
+ */