summaryrefslogtreecommitdiff
path: root/tex/context/base/lang-dis.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/lang-dis.lua')
-rw-r--r--tex/context/base/lang-dis.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/lang-dis.lua b/tex/context/base/lang-dis.lua
index 65863a20d..bacd7f04b 100644
--- a/tex/context/base/lang-dis.lua
+++ b/tex/context/base/lang-dis.lua
@@ -60,7 +60,7 @@ local expanders = {
if post and getid(post) == glyph_code and getchar(post) <= 0 then
setfield(d,"post",nil)
end
-setfield(d,"subtype",discretionary_code) -- to be checked
+ setfield(d,"subtype",discretionary_code) -- to be checked
return template
end,
[disccodes.automatic] = function(d,template)
@@ -97,7 +97,7 @@ setfield(d,"subtype",discretionary_code) -- to be checked
-- print("lone regular discretionary ignored")
end
else
-setfield(d,"subtype",discretionary_code)
+ setfield(d,"subtype",discretionary_code)
end
return template
end,