summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-17 21:26:14 +0000
committerKarl Berry <karl@freefriends.org>2016-05-17 21:26:14 +0000
commit089e7e2b5f7b92b6dfc6c6bf0c73b582c503eaaf (patch)
tree6151809a662d36591ae995e12cd6a8d7240dca71 /Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
parent0c7ddd509036cc608279b743a5ca46a5003b0251 (diff)
context, from current (17may16)
git-svn-id: svn://tug.org/texlive/trunk@41222 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua')
-rw-r--r--Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua b/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
index fef1a8474f6..2d36c53e609 100644
--- a/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
+++ b/Master/texmf-dist/tex/context/base/mkiv/anch-pos.lua
@@ -437,8 +437,8 @@ local function setregionbox(n,tag)
local h = getfield(box,"height")
local d = getfield(box,"depth")
tobesaved[tag] = {
- p = true,
- x = true,
+ p = true, -- not enhanced
+ x = true, -- not enhanced
y = getvpos(), -- true,
w = w ~= 0 and w or nil,
h = h ~= 0 and h or nil,