summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-mis.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-12-10 12:12:32 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-12-10 12:12:32 +0100
commitfe714093ebb95e4a870282782e2124cff2e546e5 (patch)
tree3ffe691c3ed50e03ab62b52dc240c21caa3f4178 /tex/context/base/mkxl/lpdf-mis.lmt
parent9c5a6d1bc8ad88a74f8d5243ed057819ce6bec2d (diff)
downloadcontext-fe714093ebb95e4a870282782e2124cff2e546e5.tar.gz
2021-12-10 11:31:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-mis.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-mis.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/lpdf-mis.lmt b/tex/context/base/mkxl/lpdf-mis.lmt
index 6d99b215d..a3a78c49f 100644
--- a/tex/context/base/mkxl/lpdf-mis.lmt
+++ b/tex/context/base/mkxl/lpdf-mis.lmt
@@ -20,7 +20,7 @@ local format, gsub, formatters = string.format, string.gsub, string.formatters
local concat, flattened = table.concat, table.flattened
local settings_to_array = utilities.parsers.settings_to_array
-local pdfbackend = backends.registered.pdf
+local pdfbackend = backends and backends.registered.pdf or { }
local nodeinjections = pdfbackend.nodeinjections
local codeinjections = pdfbackend.codeinjections
local registrations = pdfbackend.registrations