summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/strc-ref.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/strc-ref.lua')
-rw-r--r--tex/context/base/mkiv/strc-ref.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/strc-ref.lua b/tex/context/base/mkiv/strc-ref.lua
index 951c9a44a..4f4820aae 100644
--- a/tex/context/base/mkiv/strc-ref.lua
+++ b/tex/context/base/mkiv/strc-ref.lua
@@ -456,6 +456,7 @@ references.enhance = enhancereference
implement {
name = "deferredenhancereference",
arguments = "2 strings",
+ protected = true,
actions = function(prefix,tag)
ctx_latelua(function() enhancereference(prefix,tag) end)
end,