summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/cont-run.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/cont-run.lua')
-rw-r--r--tex/context/base/mkiv/cont-run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/cont-run.lua b/tex/context/base/mkiv/cont-run.lua
index c8030bf39..2ffbd24dd 100644
--- a/tex/context/base/mkiv/cont-run.lua
+++ b/tex/context/base/mkiv/cont-run.lua
@@ -197,7 +197,7 @@ local preparejob preparejob = function() -- tricky: we need a hook for this
local arguments = environment.arguments
- if arguments.lmtx or not status.obj_ptr then
+ if arguments.lmtx or CONTEXTLMTXMODE then
report("enabling lmtx mode")
context.enablelmtx()
environment.lmtxmode = true