better error mode

--HG--
branch : pmacs2
This commit is contained in:
moculus 2009-03-28 01:39:32 +00:00
parent 910d4046ac
commit 15545e08d4
1 changed files with 1 additions and 1 deletions

View File

@ -44,6 +44,6 @@ class Error(mode.Fundamental):
actions = [ErrorGotoLine]
def __init__(self, w):
mode.Fundamental.__init__(self, w)
self.add_bindings('error-goto-line', ('C-c M-g',))
self.add_bindings('error-goto-line', ('RETURN', 'C-c M-g',))
install = Error.install