summaryrefslogtreecommitdiff
path: root/tk/library/demos/ctext.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'tk/library/demos/ctext.tcl')
-rw-r--r--tk/library/demos/ctext.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tk/library/demos/ctext.tcl b/tk/library/demos/ctext.tcl
index fdd3f79a69e..83eac45e611 100644
--- a/tk/library/demos/ctext.tcl
+++ b/tk/library/demos/ctext.tcl
@@ -3,7 +3,7 @@
# This demonstration script creates a canvas widget with a text
# item that can be edited and reconfigured in various ways.
#
-# SCCS: @(#) ctext.tcl 1.6 97/03/02 16:21:02
+# RCS: @(#) $Id$
if {![info exists widgetDemo]} {
error "This script should be run from the \"widget\" demo."
@@ -144,3 +144,4 @@ proc textDel {w} {
}
$w dchars text insert
}
+