summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/tk/files/remove-control-v-8.4.diff')
-rw-r--r--dev-lang/tk/files/remove-control-v-8.4.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-lang/tk/files/remove-control-v-8.4.diff b/dev-lang/tk/files/remove-control-v-8.4.diff
deleted file mode 100644
index 6aa7e2f9f9ea..000000000000
--- a/dev-lang/tk/files/remove-control-v-8.4.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- library/text.tcl 2002-09-02 19:39:20.000000000 +0200
-+++ library/text.tcl 2003-02-26 15:08:02.000000000 +0100
-@@ -347,14 +347,6 @@
- catch { %W edit redo }
- }
-
--if {[string compare $tcl_platform(platform) "windows"]} {
--bind Text <Control-v> {
-- if {!$tk_strictMotif} {
-- tk::TextScrollPages %W 1
-- }
--}
--}
--
- bind Text <Meta-b> {
- if {!$tk_strictMotif} {
- tk::TextSetCursor %W [tk::TextPrevPos %W insert tcl_startOfPreviousWord]