summaryrefslogtreecommitdiff
path: root/tk/library/demos/square
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/square')
-rwxr-xr-xtk/library/demos/square3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/square b/tk/library/demos/square
index 743016f9ea7..4a17ef14ef3 100755
--- a/tk/library/demos/square
+++ b/tk/library/demos/square
@@ -11,7 +11,7 @@ exec wish "$0" "$@"
# Button-1 press/drag: moves square to mouse
# "a": toggle size animation on/off
#
-# SCCS: @(#) square 1.7 97/02/24 16:42:31
+# RCS: @(#) $Id$
square .s
pack .s -expand yes -fill both
@@ -53,3 +53,4 @@ proc timer {} {
.s size [expr {$s+$inc}]
after 30 timer
}
+