diff options
Diffstat (limited to 'tex/context/base/page-lin.lua')
-rw-r--r-- | tex/context/base/page-lin.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/page-lin.lua b/tex/context/base/page-lin.lua index 8cbc350f9..d129e6694 100644 --- a/tex/context/base/page-lin.lua +++ b/tex/context/base/page-lin.lua @@ -266,7 +266,7 @@ local function identify(list) end end -function boxed.stage_zero(n) +function boxed.stage_zero(n) -- not used return identify(getlist(getbox(n))) end |