summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/lxml-ini.mkxl
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2023-06-04 19:46:50 +0200
committerContext Git Mirror Bot <phg@phi-gamma.net>2023-06-04 19:46:50 +0200
commite9ccab5308d2b6fec79e36c355c03aad4e1e5dec (patch)
tree42a003cdebc84d23b9cc424ba47f11515b196385 /tex/context/base/mkxl/lxml-ini.mkxl
parente2ffa186c8e622ce9235533b91bb2399dd051672 (diff)
downloadcontext-beta.tar.gz
2023-06-04 16:40:00HEADbeta
Diffstat (limited to 'tex/context/base/mkxl/lxml-ini.mkxl')
-rw-r--r--tex/context/base/mkxl/lxml-ini.mkxl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tex/context/base/mkxl/lxml-ini.mkxl b/tex/context/base/mkxl/lxml-ini.mkxl
index a185efd12..a1fb4fc48 100644
--- a/tex/context/base/mkxl/lxml-ini.mkxl
+++ b/tex/context/base/mkxl/lxml-ini.mkxl
@@ -261,11 +261,11 @@
\permanent\tolerant\protected\def\startxmldisplayverbatim[#1]%
{\startpacked
- \edef\currenttyping{#1}%
+ \cdef\currenttyping{#1}%
\ifempty\currenttyping
\let\currenttyping\v!typing
\else % maybe test for existence
- \edef\currenttyping{xml:\currenttyping}%
+ \cdef\currenttyping{xml:\currenttyping}%
\fi
\enforced\protected\def\stopxmldisplayverbatim
{\endofverbatimlines
@@ -277,11 +277,11 @@
\permanent\tolerant\protected\def\startxmlinlineverbatim[#1]%
{\begingroup
- \edef\currenttype{#1}%
+ \cdef\currenttype{#1}%
\ifempty\currenttype
\let\currenttype\v!type
\else % maybe test for existence
- \edef\currenttype{xml:\currenttype}%
+ \cdef\currenttype{xml:\currenttype}%
\fi
\enforced\let\stopxmlinlineverbatim\endgroup
\doinitializeverbatim}