summaryrefslogtreecommitdiff
path: root/scripts/context/lua/mtx-context.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/context/lua/mtx-context.lua')
-rw-r--r--scripts/context/lua/mtx-context.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua
index 890c7455c..c5f09c2c7 100644
--- a/scripts/context/lua/mtx-context.lua
+++ b/scripts/context/lua/mtx-context.lua
@@ -668,7 +668,7 @@ function scripts.context.run(ctxdata,filename)
c_flags.final = true
c_flags.kindofrun = 3
c_flags.currentrun = c_flags.currentrun + 1
- c_flags.noarrange = a_arrange and true or nil
+ c_flags.noarrange = nil
--
local command = luatex_command(l_flags,c_flags,mainfile)
--