summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/file-mod.mklx
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/file-mod.mklx')
-rw-r--r--tex/context/base/mkxl/file-mod.mklx8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/file-mod.mklx b/tex/context/base/mkxl/file-mod.mklx
index a64529dd6..9dc38f9f9 100644
--- a/tex/context/base/mkxl/file-mod.mklx
+++ b/tex/context/base/mkxl/file-mod.mklx
@@ -57,21 +57,21 @@
\lettonothing\currentmodule
\or
\lettonothing\currentmodulecategory
- \edef\currentmodule{#category}%
+ \cdef\currentmodule{#category}%
\lettonothing\currentmoduleparameters
\or
\ifhastok={#name}%
\lettonothing\currentmodulecategory
- \edef\currentmodule{#category}%
+ \cdef\currentmodule{#category}%
\edef\currentmoduleparameters{#name}%
\else
\edef\currentmodulecategory{#category}%
- \edef\currentmodule{#name}%
+ \cdef\currentmodule{#name}%
\lettonothing\currentmoduleparameters
\fi
\or
\edef\currentmodulecategory {#category}%
- \edef\currentmodule {#name}%
+ \cdef\currentmodule {#name}%
\def \currentmoduleparameters{#parameters}%
\fi
\processcommacommand[\currentmodule]{\strc_modules_use\currentmodulecategory}%