summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-bwc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/luat-bwc.lua')
-rw-r--r--tex/context/base/luat-bwc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/luat-bwc.lua b/tex/context/base/luat-bwc.lua
index f893c7c5b..993de7bf3 100644
--- a/tex/context/base/luat-bwc.lua
+++ b/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