diff options
Diffstat (limited to 'tex/context/base/core-fnt.tex')
-rw-r--r-- | tex/context/base/core-fnt.tex | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tex/context/base/core-fnt.tex b/tex/context/base/core-fnt.tex index 99229b946..6a55849f4 100644 --- a/tex/context/base/core-fnt.tex +++ b/tex/context/base/core-fnt.tex @@ -246,12 +246,9 @@ \unexpanded\def\WORD#1% {\bgroup - \the\everyuppercase \let\smallcapped\firstofoneargument \let\WORD\firstofoneargument - \uppercase{#1}% No expansion here, otherwise \getvalue problems! - %\edef\next{#1}% keep this to prevent roll back - %\uppercase\expandafter{\next}% keep this to prevent roll back + \douppercase{#1}% \egroup} \unexpanded\def\WORDS#1% |