summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-mar.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2014-09-26 11:42:00 +0200
committerHans Hagen <pragma@wxs.nl>2014-09-26 11:42:00 +0200
commit7054433f452b0e3197c42e066eb861dc6a0e2bc6 (patch)
tree038fff2337f654014562dac18f7ec4be0b7f1a43 /tex/context/base/typo-mar.lua
parentea8cd771135d573fee6529e62e08468e79b12eab (diff)
downloadcontext-7054433f452b0e3197c42e066eb861dc6a0e2bc6.tar.gz
beta 2014.09.26 11:42
Diffstat (limited to 'tex/context/base/typo-mar.lua')
-rw-r--r--tex/context/base/typo-mar.lua9
1 files changed, 3 insertions, 6 deletions
diff --git a/tex/context/base/typo-mar.lua b/tex/context/base/typo-mar.lua
index 5096e0042..8ec499ee4 100644
--- a/tex/context/base/typo-mar.lua
+++ b/tex/context/base/typo-mar.lua
@@ -165,9 +165,6 @@ local localpar_code = whatsitcodes.localpar
local nodepool = nuts.pool
local new_kern = nodepool.kern
-local new_glue = nodepool.glue
-local new_penalty = nodepool.penalty
-local new_stretch = nodepool.stretch
local new_usernumber = nodepool.usernumber
local new_latelua = nodepool.latelua
@@ -892,9 +889,9 @@ function margins.finalhandler(head)
-- if trace_margindata then
-- report_margindata("flushing stage two, instore: %s, delayed: %s",nofstored,nofdelayed)
-- end
-head = tonut(head)
-local head, done = finalhandler(head)
-head = tonode(head)
+ head = tonut(head)
+ local head, done = finalhandler(head)
+ head = tonode(head)
return head, done
else
return head, false