summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lang-hyp.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/lang-hyp.lmt')
-rw-r--r--tex/context/base/mkxl/lang-hyp.lmt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/mkxl/lang-hyp.lmt b/tex/context/base/mkxl/lang-hyp.lmt
index 590528495..90823851e 100644
--- a/tex/context/base/mkxl/lang-hyp.lmt
+++ b/tex/context/base/mkxl/lang-hyp.lmt
@@ -1645,7 +1645,7 @@ featureset.hyphenonly = hyphenonly == v_yes
function hyphenators.handler(head,groupcode)
if usedmethod then
- if optimize and (groupcode == "hbox" or groupcode == "adjusted_hbox") then
+ if optimize and (groupcode == "hbox" or groupcode == "adjustedhbox") then
if getcount("hyphenstate") > 0 then
forced = false
return usedmethod(head)