summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lpdf-pde.lmt
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2021-11-18 17:33:54 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2021-11-18 17:33:54 +0100
commit4a439fa6665c12aac6219acc8c148c5c1d091116 (patch)
treedd5411b7efc3f2915090a552135076ea9652e4ac /tex/context/base/mkxl/lpdf-pde.lmt
parent91379fa891f786d5e25909680b0d62933e581bd0 (diff)
downloadcontext-4a439fa6665c12aac6219acc8c148c5c1d091116.tar.gz
2021-11-18 16:35:00
Diffstat (limited to 'tex/context/base/mkxl/lpdf-pde.lmt')
-rw-r--r--tex/context/base/mkxl/lpdf-pde.lmt11
1 files changed, 5 insertions, 6 deletions
diff --git a/tex/context/base/mkxl/lpdf-pde.lmt b/tex/context/base/mkxl/lpdf-pde.lmt
index 0732529dd..bb5830735 100644
--- a/tex/context/base/mkxl/lpdf-pde.lmt
+++ b/tex/context/base/mkxl/lpdf-pde.lmt
@@ -364,12 +364,11 @@ some_reference = function(r,document)
elseif kind == stream_object_code then
-- optionally not cached
cached = some_stream(object,b,document)
- else -- if kind == string_object_code then
- return object
--- return some_string(object[2],object[3])
--- else
--- cached = { kind, object, b, c }
--- -- really cache this?
+ elseif kind == string_object_code then
+ cached = some_string(object,document)
+ else
+ cached = { kind, object, b, c }
+ -- really cache this?
end
document.__cache__[objnum] = cached
document.__xrefs__[cached] = objnum