Commit 180b6be1 authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

py-cvs-rel1_2 (Rev 1.4) merge,

"Add Alt-slash to Unix keydefs (I somehow need it on RH 6.2).
Get rid of assignment to unused self.text.wordlist."  --GvR
parent 602cf584
......@@ -12,7 +12,7 @@ class AutoExpand:
}
unix_keydefs = {
'<<expand-word>>': ['<Meta-slash>'],
'<<expand-word>>': ['<Meta-slash>', '<Alt-slash>'],
}
menudefs = [
......@@ -25,7 +25,6 @@ class AutoExpand:
def __init__(self, editwin):
self.text = editwin.text
self.text.wordlist = None # XXX what is this?
self.state = None
def expand_word_event(self, event):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment