summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-12-16 13:53:56 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-12-16 13:53:56 (GMT)
commit597e47fac6b0cca10dd41c76269396b07f483ca4 (patch)
treeeaa8be7761c1fa3a486af959d072c61f893c2fdb
parente68e8b910b85a97d8b4804c4b193bd92372855a8 (diff)
downloadtcl-597e47fac6b0cca10dd41c76269396b07f483ca4.zip
tcl-597e47fac6b0cca10dd41c76269396b07f483ca4.tar.gz
tcl-597e47fac6b0cca10dd41c76269396b07f483ca4.tar.bz2
Force this file to be interpreted as a Tcl script by Emacs
-rwxr-xr-xtools/tcltk-man2html.tcl4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/tcltk-man2html.tcl b/tools/tcltk-man2html.tcl
index d758edb..3855d50 100755
--- a/tools/tcltk-man2html.tcl
+++ b/tools/tcltk-man2html.tcl
@@ -1969,3 +1969,7 @@ if {1} {
puts $error\n$errorInfo
}
}
+
+# Local-Variables:
+# mode: tcl
+# End: