summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/font-oup.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/font-oup.lua')
-rw-r--r--tex/context/base/mkiv/font-oup.lua14
1 files changed, 7 insertions, 7 deletions
diff --git a/tex/context/base/mkiv/font-oup.lua b/tex/context/base/mkiv/font-oup.lua
index 975e62f64..6733b6efb 100644
--- a/tex/context/base/mkiv/font-oup.lua
+++ b/tex/context/base/mkiv/font-oup.lua
@@ -40,13 +40,13 @@ local f_character_n = formatters["[ %C ]"]
local check_duplicates = true -- can become an option (pseudo feature) / always needed anyway
local check_soft_hyphen = true -- can become an option (pseudo feature) / needed for tagging
-if CONTEXTLMTXMODE and CONTEXTLMTXMODE > 0 then
- check_soft_hyphen = false -- solved better elsewhere
-else
- directives.register("otf.checksofthyphen",function(v)
- check_soft_hyphen = v
- end)
-end
+-- if CONTEXTLMTXMODE and CONTEXTLMTXMODE > 0 then
+-- check_soft_hyphen = false -- solved better elsewhere
+-- else
+-- directives.register("otf.checksofthyphen",function(v)
+-- check_soft_hyphen = v
+-- end)
+-- end
local function replaced(list,index,replacement)
if type(list) == "number" then