diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/lxml-inf.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/lxml-inf.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/lxml-inf.lua b/Master/texmf-dist/tex/context/base/mkiv/lxml-inf.lua index 8f1157c7d4c..8d99d627031 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/lxml-inf.lua +++ b/Master/texmf-dist/tex/context/base/mkiv/lxml-inf.lua @@ -8,6 +8,7 @@ if not modules then modules = { } end modules ['lxml-inf'] = { -- This file will be loaded runtime by x-pending.tex. +local next, tostring, type = next, tostring, type local concat = table.concat local xmlwithelements = xml.withelements |