[latex3-commits] [git/LaTeX3-latex3-latex3] main: Function needs to be expandable (e31831099)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed May 25 15:44:32 CEST 2022


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/e318310993ecb5481223b3f4c78020d2d2bb642e

>---------------------------------------------------------------

commit e318310993ecb5481223b3f4c78020d2d2bb642e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed May 25 14:44:32 2022 +0100

    Function needs to be expandable


>---------------------------------------------------------------

e318310993ecb5481223b3f4c78020d2d2bb642e
 l3packages/xtemplate/xtemplate.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3packages/xtemplate/xtemplate.dtx b/l3packages/xtemplate/xtemplate.dtx
index 6f36c3dea..34d6225b2 100644
--- a/l3packages/xtemplate/xtemplate.dtx
+++ b/l3packages/xtemplate/xtemplate.dtx
@@ -1646,10 +1646,10 @@
 % \end{macro}
 % \end{macro}
 %
-% \begin{macro}{\@@_map_var_type:}
+% \begin{macro}[EXP]{\@@_map_var_type:}
 %   Turn a \enquote{friendly} variable type into an \texttt{expl3} one.
 %    \begin{macrocode}
-\cs_new_protected:Npn \@@_map_var_type:
+\cs_new:Npn \@@_map_var_type:
   {
     \str_case:on \l_@@_keytype_tl
       {





More information about the latex3-commits mailing list.