diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-06-11 18:38:44 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-06-11 18:38:44 +0200 |
commit | c2d1340b17aab1f84717895516c128dc2552c199 (patch) | |
tree | a516aa0b0b5cfa51c2b5cc280ffb466f238cb55e /tex/context/base/mkxl/node-shp.lmt | |
parent | 78aafeff01160ce000074e88a1eaf2cd4b7fbce6 (diff) | |
download | context-c2d1340b17aab1f84717895516c128dc2552c199.tar.gz |
2021-06-11 17:57:00
Diffstat (limited to 'tex/context/base/mkxl/node-shp.lmt')
-rw-r--r-- | tex/context/base/mkxl/node-shp.lmt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tex/context/base/mkxl/node-shp.lmt b/tex/context/base/mkxl/node-shp.lmt index a4171e379..983d2dbbe 100644 --- a/tex/context/base/mkxl/node-shp.lmt +++ b/tex/context/base/mkxl/node-shp.lmt @@ -30,6 +30,8 @@ local implement = interfaces.implement local actions = tasks.actions("shipouts") +handlers.finalizelist = actions + function handlers.finalizebox(box) actions(getbox(box)) -- nut end |