summaryrefslogtreecommitdiff
path: root/tex/context/base/node-fin.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-06-21 12:00:15 +0300
committerMarius <mariausol@gmail.com>2012-06-21 12:00:15 +0300
commit63fbc0df119d3ab18634ccc65eb9a6fa47b57ac0 (patch)
tree3298620ca6f5b3c4b4e7a424a94e7dd8970f033e /tex/context/base/node-fin.lua
parentf4a7ea86b474561c07f0eb8cca0dfcc6a6bb5a8a (diff)
downloadcontext-63fbc0df119d3ab18634ccc65eb9a6fa47b57ac0.tar.gz
beta 2012.06.21 10:37
Diffstat (limited to 'tex/context/base/node-fin.lua')
-rw-r--r--tex/context/base/node-fin.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/node-fin.lua b/tex/context/base/node-fin.lua
index 5c1cc9ad5..069ef0b3a 100644
--- a/tex/context/base/node-fin.lua
+++ b/tex/context/base/node-fin.lua
@@ -387,7 +387,7 @@ states.selective = selective
-- Ideally the next one should be merged with the previous but keeping it separate is
-- safer. We deal with two situations: efficient boxwise (layoutareas) and mixed layers
-- (as used in the stepper). In the stepper we cannot use the box branch as it involves
--- paragraph lines and then getsmixed up. A messy business (esp since we want to be
+-- paragraph lines and then gets mixed up. A messy business (esp since we want to be
-- efficient).
local function stacked(namespace,attribute,head,default) -- no triggering, no inheritance, but list-wise
@@ -411,7 +411,6 @@ local function stacked(namespace,attribute,head,default) -- no triggering, no in
done = done or ok
end
end
---~ elseif default then
elseif default > 0 then
--
elseif current > 0 then