diff options
Diffstat (limited to 'tex/context/base/strc-reg.lua')
-rw-r--r-- | tex/context/base/strc-reg.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/strc-reg.lua b/tex/context/base/strc-reg.lua index 40cd3455b..f4682c90d 100644 --- a/tex/context/base/strc-reg.lua +++ b/tex/context/base/strc-reg.lua @@ -35,6 +35,7 @@ local splitprocessor = processors.split local variables = interfaces.variables local context = context +local commands = commands local matchingtilldepth, numberatdepth = sections.matchingtilldepth, sections.numberatdepth |