branch : pmacs2
This commit is contained in:
moculus 2008-09-30 00:53:20 +00:00
parent 9dd4fb3c02
commit d4f4b89573
1 changed files with 1 additions and 1 deletions

View File

@ -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: