summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2015-11-05 07:06:01 (GMT)
committerfvogel <fvogelnew1@free.fr>2015-11-05 07:06:01 (GMT)
commit79468c974649ac8235e35f8b07d862476c72695e (patch)
tree0f0a6e8b299215c139a52e37288c403b1749d819 /library
parent55fc97d827d04fb3bc87f34f5aba3ded5a7471eb (diff)
downloadtk-79468c974649ac8235e35f8b07d862476c72695e.zip
tk-79468c974649ac8235e35f8b07d862476c72695e.tar.gz
tk-79468c974649ac8235e35f8b07d862476c72695e.tar.bz2
Fixed bug [297442da29] - tk_strictMotif not correctly taken into accountbug_297442da29
Diffstat (limited to 'library')
-rw-r--r--library/tk.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/tk.tcl b/library/tk.tcl
index a9db8cb..d045222 100644
--- a/library/tk.tcl
+++ b/library/tk.tcl
@@ -308,7 +308,6 @@ proc ::tk::EventMotifBindings {n1 dummy dummy} {
event $op <<Cut>> <Control-Key-w>
event $op <<Copy>> <Meta-Key-w>
event $op <<Paste>> <Control-Key-y>
- event $op <<Undo>> <Control-underscore>
}
#----------------------------------------------------------------------