diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-02-02 09:50:46 (GMT) |
commit | c8cd89e42e4eca01a7094f238b5ec337a55570d6 (patch) | |
tree | fa9bd81e01ecbd861cd680d3afca85e27da45259 /library/entry.tcl | |
parent | 8671ba73dc6f1792e75ae6aa5f72c063079cdd82 (diff) | |
download | tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.zip tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.gz tk-c8cd89e42e4eca01a7094f238b5ec337a55570d6.tar.bz2 |
Remove unnecessary end-of-line spacing
Diffstat (limited to 'library/entry.tcl')
-rw-r--r-- | library/entry.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/entry.tcl b/library/entry.tcl index f28547e..c8422dc 100644 --- a/library/entry.tcl +++ b/library/entry.tcl @@ -69,8 +69,8 @@ bind Entry <<PasteSelection>> { } bind Entry <<TraverseIn>> { - %W selection range 0 end - %W icursor end + %W selection range 0 end + %W icursor end } # Standard Motif bindings: |