summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/lxml-inf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/lxml-inf.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/lxml-inf.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/lxml-inf.lua b/Master/texmf-dist/tex/context/base/lxml-inf.lua
index 629c869eca9..834d152fde9 100644
--- a/Master/texmf-dist/tex/context/base/lxml-inf.lua
+++ b/Master/texmf-dist/tex/context/base/lxml-inf.lua
@@ -8,6 +8,9 @@ if not modules then modules = { } end modules ['lxml-inf'] = {
-- This file will be loaded runtime by x-pending.tex.
+local xmlwithelements = xml.withelements
+local getid = lxml.getid
+
local status, stack
local function get(e,d)
@@ -39,7 +42,7 @@ end
local function get_command_status(id)
status, stack = {}, {}
if id then
- xmlwithelements(get_id(id),get)
+ xmlwithelements(getid(id),get)
return status
else
local t = { }