diff options
Diffstat (limited to 'tex/context/base/mkiv/node-par.lua')
-rw-r--r-- | tex/context/base/mkiv/node-par.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/node-par.lua b/tex/context/base/mkiv/node-par.lua index 4afaef220..bcb4621c9 100644 --- a/tex/context/base/mkiv/node-par.lua +++ b/tex/context/base/mkiv/node-par.lua @@ -22,6 +22,6 @@ end if LUATEXFUNCTIONALITY > 6857 then - callback.register("insert_local_par",everypar,"paragraph start") + callbacks.register("insert_local_par",everypar,"paragraph start") end |