branch : pmacs2
This commit is contained in:
moculus 2007-08-23 22:24:13 +00:00
parent 1a2b4b15eb
commit df449931af
2 changed files with 2 additions and 1 deletions

View File

@ -864,3 +864,4 @@ if __name__ == "__main__":
# ok, now run our app
run(buffers, opts.goto, opts.mode)

View File

@ -528,7 +528,7 @@ class PerlHashCleanup(Method):
w.insert_string(start_p, data)
#class PerlWrapParagraph(WrapParagraph):
class PerlWrapParagraph:
class PerlWrapParagraph(Method):
'''Wrap Comments and POD'''
# enumerations for line types
LT_COMMENT = 1