diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/luat-bwc.lua')
-rw-r--r-- | Master/texmf-dist/tex/context/base/luat-bwc.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/context/base/luat-bwc.lua b/Master/texmf-dist/tex/context/base/luat-bwc.lua index f893c7c5b5d..993de7bf3f4 100644 --- a/Master/texmf-dist/tex/context/base/luat-bwc.lua +++ b/Master/texmf-dist/tex/context/base/luat-bwc.lua @@ -27,6 +27,6 @@ if not tex.wd then __newindex = function(t,k,v) local bk = box[k] if bk then bk.depth = v end end, } ) ---~ tex.wd, tex.ht, tex.dp = wd, ht, dp + -- tex.wd, tex.ht, tex.dp = wd, ht, dp end |