summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/typo-mar.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-08-19 13:10:04 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2018-08-19 13:10:04 +0200
commit7539371c37c02bc2bc6c5d7ebffa2ffc6fec36c3 (patch)
tree8a2e1e9bfba18c3ee1897eda50f76f4726bdd108 /tex/context/base/mkiv/typo-mar.lua
parent0fcb576f359edfdd50c2b13615a03b966a9073df (diff)
downloadcontext-7539371c37c02bc2bc6c5d7ebffa2ffc6fec36c3.tar.gz
2018-08-19 13:00:00
Diffstat (limited to 'tex/context/base/mkiv/typo-mar.lua')
-rw-r--r--tex/context/base/mkiv/typo-mar.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/mkiv/typo-mar.lua b/tex/context/base/mkiv/typo-mar.lua
index ab39f1808..b7288fd53 100644
--- a/tex/context/base/mkiv/typo-mar.lua
+++ b/tex/context/base/mkiv/typo-mar.lua
@@ -85,7 +85,6 @@ local setwidth = nuts.setwidth
local getheight = nuts.getheight
local getdata = nuts.getdata
-local currentattr = nuts.current_attr
local setattrlist = nuts.setattrlist
local getbox = nuts.getbox
@@ -303,7 +302,7 @@ function margins.save(t)
-- t.realpageno = texgetcount("realpageno")
if inline then
local n = new_usernumber(inline_mark,nofsaved)
- setattrlist(n,currentattr())
+ setattrlist(n,true)
context(tonode(n)) -- or use a normal node
store[nofsaved] = t -- no insert
nofinlined = nofinlined + 1