mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
py-cvs-rel2_1 (Rev 1.9) merge - whitespace normalization
This commit is contained in:
parent
6be679047b
commit
0e5fb0a618
1 changed files with 2 additions and 2 deletions
|
@ -28,10 +28,10 @@ class FormatParagraph:
|
||||||
keydefs = {
|
keydefs = {
|
||||||
'<<format-paragraph>>': ['<Alt-q>'],
|
'<<format-paragraph>>': ['<Alt-q>'],
|
||||||
}
|
}
|
||||||
|
|
||||||
unix_keydefs = {
|
unix_keydefs = {
|
||||||
'<<format-paragraph>>': ['<Meta-q>'],
|
'<<format-paragraph>>': ['<Meta-q>'],
|
||||||
}
|
}
|
||||||
|
|
||||||
def __init__(self, editwin):
|
def __init__(self, editwin):
|
||||||
self.editwin = editwin
|
self.editwin = editwin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue