diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3expan.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3expan.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx index a183e194f1b..be9c3ea942e 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3expan.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3expan.dtx 3031 2011-12-07 05:27:05Z bruno $ +\GetIdInfo$Id: l3expan.dtx 3086 2011-12-22 17:55:46Z bruno $ {L3 Experimental argument expansion} %</driver|package> %<*driver> @@ -826,7 +826,7 @@ % |\exp_not:N| will temporarily turn it into the primitive % |\scan_stop:|. % \begin{macrocode} -\cs_new_nopar:Npn \exp_eval_register:N #1 +\cs_new:Npn \exp_eval_register:N #1 { \exp_after:wN \if_meaning:w \exp_not:N #1 #1 % \end{macrocode} @@ -859,7 +859,7 @@ \fi: \exp_after:wN \c_zero \tex_the:D #1 } -\cs_new_nopar:Npn \exp_eval_register:c #1 +\cs_new:Npn \exp_eval_register:c #1 { \exp_after:wN \exp_eval_register:N \cs:w #1 \cs_end: } % \end{macrocode} % Clean up nicely, then call the undefined control sequence. The @@ -983,7 +983,7 @@ \cs:w #2 \exp_after:wN \cs_end: \exp_after:wN { \tex_romannumeral:D -`0 #3 } } -\cs_new_nopar:Npn \exp_args:NVV #1#2#3 +\cs_new:Npn \exp_args:NVV #1#2#3 { \exp_after:wN #1 \exp_after:wN { \tex_romannumeral:D \exp_after:wN @@ -1385,7 +1385,7 @@ \tex_lowercase:D { \group_end: - \cs_new_nopar:Npn \cs_generate_variant_aux:N #1 + \cs_new:Npn \cs_generate_variant_aux:N #1 { \exp_after:wN \cs_generate_variant_aux:w \token_to_meaning:N #1 |