branch : pmacs2
This commit is contained in:
moculus 2008-03-18 15:06:22 +00:00
parent 6d5f819a30
commit 7e98f06caf
1 changed files with 0 additions and 1 deletions

View File

@ -169,7 +169,6 @@ class Application(object):
if jump_to_line:
w = self.bufferlist.slots[0].window
self.methods['goto-line'].execute(w, lineno=jump_to_line)
#method.GotoLine().execute(w, lineno=jump_to_line)
# initialize our kill ring and last action
self.kill_ring = []