summaryrefslogtreecommitdiff
path: root/tex/context/base/char-utf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/char-utf.lua')
-rw-r--r--tex/context/base/char-utf.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/tex/context/base/char-utf.lua b/tex/context/base/char-utf.lua
index 27e87d29c..c509231e3 100644
--- a/tex/context/base/char-utf.lua
+++ b/tex/context/base/char-utf.lua
@@ -245,8 +245,10 @@ function utffilters.collapse(str) -- not really tested (we could preallocate a t
return str
end
-utilities.sequencers.appendaction (resolvers.openers.textfileactions,"system","characters.filters.utf.collapse")
-utilities.sequencers.disableaction(resolvers.openers.textfileactions,"characters.filters.utf.collapse")
+local textfileactions = resolvers.openers.helpers.textfileactions
+
+utilities.sequencers.appendaction (textfileactions,"system","characters.filters.utf.collapse")
+utilities.sequencers.disableaction(textfileactions,"characters.filters.utf.collapse")
--[[ldx--
<p>Next we implement some commands that are used in the user interface.</p>