summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/typo-cap.mkxl
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/typo-cap.mkxl')
-rw-r--r--tex/context/base/mkxl/typo-cap.mkxl4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/typo-cap.mkxl b/tex/context/base/mkxl/typo-cap.mkxl
index 0a6867a43..f64b1a913 100644
--- a/tex/context/base/mkxl/typo-cap.mkxl
+++ b/tex/context/base/mkxl/typo-cap.mkxl
@@ -159,12 +159,12 @@
% here we keep the \groupedcommand
\def\typo_capitals_set_fake#1%
- {\edef\currentcapitals{#1}%
+ {\cdef\currentcapitals{#1}%
\clf_setcharactercasing\currentcapitals
\usecapitalsstyleparameter\c!style}
\def\typo_capitals_set_real#1%
- {\edef\currentcapitals{#1}%
+ {\cdef\currentcapitals{#1}%
\sc % \smallcaps
\clf_setcharactercasing\currentcapitals}