From df449931af446e6ae78ad2d20b427efebdbd0c70 Mon Sep 17 00:00:00 2001 From: moculus Date: Thu, 23 Aug 2007 22:24:13 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- application.py | 1 + mode/perl.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/application.py b/application.py index 870b59c..0b94885 100755 --- a/application.py +++ b/application.py @@ -864,3 +864,4 @@ if __name__ == "__main__": # ok, now run our app run(buffers, opts.goto, opts.mode) + \ No newline at end of file diff --git a/mode/perl.py b/mode/perl.py index 5425819..9699483 100644 --- a/mode/perl.py +++ b/mode/perl.py @@ -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