From d4f4b895732bb6bba2490c34468aef4e77364a69 Mon Sep 17 00:00:00 2001 From: moculus Date: Tue, 30 Sep 2008 00:53:20 +0000 Subject: [PATCH] --HG-- branch : pmacs2 --- method/introspect.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/method/introspect.py b/method/introspect.py index 94f5bb1..ae785b0 100644 --- a/method/introspect.py +++ b/method/introspect.py @@ -78,7 +78,7 @@ class DumpAggregateTokenData(Method): def _execute(self, w, **vargs): name = w.mode.name() lines = [] - if modename in w.buffer.highlights: + if name in w.buffer.highlights: tokens = w.buffer.highlights[name].tokens for group in tokens: for token in group: