commit | 0e5fb0a61839f320f91c7001e396b4d1184b4e34 | [log] [tgz] |
---|---|---|
author | Kurt B. Kaiser <kbk@shore.net> | Fri Jul 13 04:12:02 2001 +0000 |
committer | Kurt B. Kaiser <kbk@shore.net> | Fri Jul 13 04:12:02 2001 +0000 |
tree | 305e54f15b2b1d668d0c33df31e9ce2c06b1e1d1 | |
parent | 6be679047ba17cdfd37a03544e818ec484832cce [diff] [blame] |
py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization
diff --git a/Lib/idlelib/FormatParagraph.py b/Lib/idlelib/FormatParagraph.py index 68fe6b1..498e2ef 100644 --- a/Lib/idlelib/FormatParagraph.py +++ b/Lib/idlelib/FormatParagraph.py
@@ -28,10 +28,10 @@ keydefs = { '<<format-paragraph>>': ['<Alt-q>'], } - + unix_keydefs = { '<<format-paragraph>>': ['<Meta-q>'], - } + } def __init__(self, editwin): self.editwin = editwin