summaryrefslogtreecommitdiff
path: root/tk/library/demos/hello
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/hello')
-rwxr-xr-xtk/library/demos/hello3
1 files changed, 3 insertions, 0 deletions
diff --git a/tk/library/demos/hello b/tk/library/demos/hello
index ec8b798cd2d..b163175fb93 100755
--- a/tk/library/demos/hello
+++ b/tk/library/demos/hello
@@ -17,3 +17,6 @@ button .hello -text "Hello, world" -command {
}
pack .hello
+# Local Variables:
+# mode: tcl
+# End: