diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-16 13:53:56 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2009-12-16 13:53:56 (GMT) |
commit | 597e47fac6b0cca10dd41c76269396b07f483ca4 (patch) | |
tree | eaa8be7761c1fa3a486af959d072c61f893c2fdb /tools/tcltk-man2html.tcl | |
parent | e68e8b910b85a97d8b4804c4b193bd92372855a8 (diff) | |
download | tcl-597e47fac6b0cca10dd41c76269396b07f483ca4.zip tcl-597e47fac6b0cca10dd41c76269396b07f483ca4.tar.gz tcl-597e47fac6b0cca10dd41c76269396b07f483ca4.tar.bz2 |
Force this file to be interpreted as a Tcl script by Emacs
Diffstat (limited to 'tools/tcltk-man2html.tcl')
-rwxr-xr-x | tools/tcltk-man2html.tcl | 4 |
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: |