summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt')
-rw-r--r--Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt8
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt b/Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt
index 7607d7d8472..a2f6b3f7bf5 100644
--- a/Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt
+++ b/Master/texmf-dist/tex/context/base/mkxl/lang-url.lmt
@@ -16,13 +16,11 @@ local ctx_pushcatcodes = context.pushcatcodes
local ctx_popcatcodes = context.popcatcodes
local implement = interfaces.implement
-local variables = interfaces.variables
-
-local v_before = variables.before
-local v_after = variables.after
-
local is_letter = characters.is_letter
+local v_before <const> = interfaces.variables.before
+local v_after <const> = interfaces.variables.after
+
-- Hyphenating URL's is somewhat tricky and a matter of taste. I did consider using
-- a dedicated hyphenation pattern or dealing with it by node parsing, but the
-- following solution suits as well. After all, we're mostly dealing with ASCII