summaryrefslogtreecommitdiff
path: root/tex/context/base/node-fin.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2012-06-21 10:37:00 +0200
committerHans Hagen <pragma@wxs.nl>2012-06-21 10:37:00 +0200
commitd1c9e7b5527ffea5ca8c9a71288afddd27ddec7e (patch)
treefa0548f5f418f725cddd842fac7cb033f3d53d97 /tex/context/base/node-fin.lua
parent6651d9719444328c77ed02e8c1c8eb5e5498f94d (diff)
downloadcontext-d1c9e7b5527ffea5ca8c9a71288afddd27ddec7e.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