summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-fld.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-fld.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-fld.lmt6
1 files changed, 2 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/lpdf-fld.lmt b/tex/context/base/mkxl/lpdf-fld.lmt
index 13ebd6c44..3077b19c0 100644
--- a/tex/context/base/mkxl/lpdf-fld.lmt
+++ b/tex/context/base/mkxl/lpdf-fld.lmt
@@ -62,22 +62,20 @@ local trace_fields = false trackers.register("backends.fields", function(v) tra
local report_fields = logs.reporter("backend","fields")
-local backends, lpdf = backends, lpdf
-
local variables = interfaces.variables
local context = context
local references = structures.references
local settings_to_array = utilities.parsers.settings_to_array
-local pdfbackend = backends.pdf
-
+local pdfbackend = backends.registered.pdf
local nodeinjections = pdfbackend.nodeinjections
local codeinjections = pdfbackend.codeinjections
local registrations = pdfbackend.registrations
local registeredsymbol = codeinjections.registeredsymbol
+local lpdf = lpdf
local pdfstream = lpdf.stream
local pdfdictionary = lpdf.dictionary
local pdfarray = lpdf.array