summaryrefslogtreecommitdiff
path: root/tex/context/base/typo-brk.mkiv
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/typo-brk.mkiv')
-rw-r--r--tex/context/base/typo-brk.mkiv5
1 files changed, 3 insertions, 2 deletions
diff --git a/tex/context/base/typo-brk.mkiv b/tex/context/base/typo-brk.mkiv
index af498bfec..a42bed1b7 100644
--- a/tex/context/base/typo-brk.mkiv
+++ b/tex/context/base/typo-brk.mkiv
@@ -25,7 +25,7 @@
\definesystemattribute[breakpoint][public,global]
-\exhyphenchar\minusone % we use a different order then base tex, so we really need this
+% see below: \exhyphenchar \minusone % we use a different order tha n base tex, so we really need this
\unexpanded\def\definebreakpoints
{\dosingleargument\typo_breakpoints_define}
@@ -50,7 +50,8 @@
\endgroup}
\unexpanded\def\setbreakpoints[#1]%
- {\ctxcommand{setbreakpoints("#1")}}
+ {\exhyphenchar\minusone % we use a different order tha n base tex, so we really need this
+ \ctxcommand{setbreakpoints("#1")}}
\unexpanded\def\resetbreakpoints
{\attribute\breakpointattribute\attributeunsetvalue}