diff options
Diffstat (limited to 'tex/context/base/mkiv/strc-lst.lua')
-rw-r--r-- | tex/context/base/mkiv/strc-lst.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/strc-lst.lua b/tex/context/base/mkiv/strc-lst.lua index 02b0c5b8c..72c24ed5d 100644 --- a/tex/context/base/mkiv/strc-lst.lua +++ b/tex/context/base/mkiv/strc-lst.lua @@ -1082,7 +1082,7 @@ implement { implement { name = "deferredenhancelist", arguments = "integer", - protected = true, + protected = true, -- for now, pre 1.09 actions = function(n) ctx_latelua(function() enhancelist(n) end) end, |