summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/luat-run.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2018-06-04 13:55:09 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2018-06-04 13:55:09 +0200
commitc2d2236242c95f4753e7b197d576102c6fc20446 (patch)
tree152b42b5fb05611da3309cdb45ec70f9689c3095 /tex/context/base/mkiv/luat-run.lua
parentac0e3262fb027e4ab586204bf2d5a05e9a831933 (diff)
downloadcontext-c2d2236242c95f4753e7b197d576102c6fc20446.tar.gz
2018-06-04 12:25:00
Diffstat (limited to 'tex/context/base/mkiv/luat-run.lua')
-rw-r--r--tex/context/base/mkiv/luat-run.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/luat-run.lua b/tex/context/base/mkiv/luat-run.lua
index 59fb0b937..d09f01021 100644
--- a/tex/context/base/mkiv/luat-run.lua
+++ b/tex/context/base/mkiv/luat-run.lua
@@ -134,7 +134,7 @@ callbacks.register('process_output_buffer', false, "actions perf
callbacks.register("pre_dump", pre_dump_actions, "lua related finalizers called before we dump the format") -- comes after \everydump
-if LUATEXFUNCTIONALITY and LUATEXFUNCTIONALITY > 6505 then
+if LUATEXFUNCTIONALITY > 6505 then
callbacks.register("finish_synctex", wrapup_synctex, "rename temporary synctex file")
callbacks.register('wrapup_run', false, "actions performed after closing files")
else