merge with 0.6

This commit is contained in:
Georg Brandl 2010-05-22 13:17:42 +02:00
commit fb6fb7ad1e

View File

@ -211,7 +211,8 @@ class LaTeXTranslator(nodes.NodeVisitor):
# the first item here is the default and must not be changed
# the second item is the default for the master file and can be changed
# by .. highlight:: directive in the master file
self.hlsettingstack = 2 * [[builder.config.highlight_language, sys.maxint]]
self.hlsettingstack = 2 * [[builder.config.highlight_language,
sys.maxint]]
self.footnotestack = []
self.curfilestack = []
self.handled_abbrs = set()