summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-vfc.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lpdf-vfc.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-vfc.lmt4
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/lpdf-vfc.lmt b/tex/context/base/mkxl/lpdf-vfc.lmt
index 65b863203..6030bb028 100644
--- a/tex/context/base/mkxl/lpdf-vfc.lmt
+++ b/tex/context/base/mkxl/lpdf-vfc.lmt
@@ -9,7 +9,9 @@ if not modules then modules = { } end modules ['lpdf-vfc'] = {
local setmetatableindex = table.setmetatableindex
local defaultline = 16384
-local vfspecials = backends.pdf.tables.vfspecials
+
+local vfspecials = backends.pdf.tables.vfspecials or utilities.storage.allocate { }
+backends.pdf.tables.vfspecials = vfspecials
vfspecials.backgrounds = setmetatableindex(function(t,h)
local v = setmetatableindex(function(t,d)