summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-xmp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-xmp.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-xmp.lmt7
1 files changed, 4 insertions, 3 deletions
diff --git a/tex/context/base/mkxl/lpdf-xmp.lmt b/tex/context/base/mkxl/lpdf-xmp.lmt
index deeb1e135..a5be8bfe0 100644
--- a/tex/context/base/mkxl/lpdf-xmp.lmt
+++ b/tex/context/base/mkxl/lpdf-xmp.lmt
@@ -19,10 +19,11 @@ local trace_info = false trackers.register("backend.info", function(v) trace_in
local report_xmp = logs.reporter("backend","xmp")
local report_info = logs.reporter("backend","info")
-local backends, lpdf = backends, lpdf
-
-local codeinjections = backends.pdf.codeinjections -- normally it is registered
+local backends = backends
+local pdfbackend = backends.registered.pdf
+local codeinjections = pdfbackend.codeinjections
+local lpdf = lpdf
local pdfdictionary = lpdf.dictionary
local pdfconstant = lpdf.constant
local pdfreference = lpdf.reference