summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-mar.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-mar.lua')
-rw-r--r--tex/context/base/typo-mar.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/tex/context/base/typo-mar.lua b/tex/context/base/typo-mar.lua
index fad37b99e..5829174b3 100644
--- a/tex/context/base/typo-mar.lua
+++ b/tex/context/base/typo-mar.lua
@@ -181,6 +181,7 @@ local registertogether = builders.paragraphs.registertogether -- tonode
local a_margindata = attributes.private("margindata")
local a_specialcontent = attributes.private("specialcontent")
+local a_linenumber = attributes.private('linenumber')
local inline_mark = nodepool.userids["margins.inline"]
@@ -747,8 +748,6 @@ local function flushinline(parent,head)
return head, done, continue
end
-local a_linenumber = attributes.private('linenumber')
-
local function flushed(scope,parent) -- current is hlist
local head = getlist(parent)
local done = false