diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/base/mkiv/typo-ovl.mkiv')
-rw-r--r-- | Master/texmf-dist/tex/context/base/mkiv/typo-ovl.mkiv | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/context/base/mkiv/typo-ovl.mkiv b/Master/texmf-dist/tex/context/base/mkiv/typo-ovl.mkiv index 025ae8a8f9c..767ba3569d4 100644 --- a/Master/texmf-dist/tex/context/base/mkiv/typo-ovl.mkiv +++ b/Master/texmf-dist/tex/context/base/mkiv/typo-ovl.mkiv @@ -55,7 +55,7 @@ {\ifcsname\??overloads#1\endcsname\else \typo_overloads_define{#1}% \fi - \attribute\overloadsattribute\csname\??overloads#1\endcsname} + \c_attr_overloads\csname\??overloads#1\endcsname} \unexpanded\def\registeroverloads[#1]% {\ifcsname\??overloads#1\endcsname\else @@ -63,7 +63,7 @@ \fi} \unexpanded\def\resetoverloads - {\overloadsattribute\attributeunsetvalue} + {\c_attr_overloads\attributeunsetvalue} %D We hook this into the replacement module, probably the only place where it makes %D sense. Here is an adapted version of an example: |