summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/char-tex.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2020-11-30 11:17:53 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2020-11-30 11:17:53 +0100
commit0e813ddcd6168945510ca50913c00fc8b633b733 (patch)
tree8141185b339ecb85a9a388b5b03eb77de552ef57 /tex/context/base/mkiv/char-tex.lua
parent3169fd44f1569f3719263205c53f61dfb2c9b6a0 (diff)
downloadcontext-0e813ddcd6168945510ca50913c00fc8b633b733.tar.gz
2020-11-30 10:23:00
Diffstat (limited to 'tex/context/base/mkiv/char-tex.lua')
-rw-r--r--tex/context/base/mkiv/char-tex.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkiv/char-tex.lua b/tex/context/base/mkiv/char-tex.lua
index 4580ae40a..7f544b147 100644
--- a/tex/context/base/mkiv/char-tex.lua
+++ b/tex/context/base/mkiv/char-tex.lua
@@ -681,7 +681,7 @@ if not csletters then
if isletter then
texsetmacro(contextname,utfchar(u),"immutable")
else
- texsetchar(contextname,u)
+ texsetchar(contextname,u,"immutable")
end
else
texsetmacro(contextname,utfchar(u),"immutable")