diff options
Diffstat (limited to 'tex/context/base/mkxl/typo-shp.lmt')
-rw-r--r-- | tex/context/base/mkxl/typo-shp.lmt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/typo-shp.lmt b/tex/context/base/mkxl/typo-shp.lmt index 30719c40e..139468a19 100644 --- a/tex/context/base/mkxl/typo-shp.lmt +++ b/tex/context/base/mkxl/typo-shp.lmt @@ -14,7 +14,7 @@ local texset = tex.set local texgetcount = tex.getcount local texgetglue = tex.getglue -local expandmacro = token.expand_macro +local expandmacro = token.expandmacro or token.expand_macro -- todo local implement = interfaces.implement @@ -217,6 +217,8 @@ do a = l + r goto AGAIN end + elseif key == "inspect" then + inspect(t) else logs.report("system","bad key %a in paragraphshape",key) break |