diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-08-10 14:15:05 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2015-08-10 14:15:05 +0200 |
commit | 4222a7a7565a6cfce6e9acf98290d9e24b6d36a7 (patch) | |
tree | 80cf35df2f921ccb47f228d9d5a01e422a84b711 /tex/context/base/page-lin.lua | |
parent | bcb88fc5a9a7b8afc83d076ab9874c3ea47115f5 (diff) | |
download | context-4222a7a7565a6cfce6e9acf98290d9e24b6d36a7.tar.gz |
2015-08-10 13:51:00
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 |