diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3prop.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3prop.dtx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx b/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx index 2cec56bc55e..273e2d102eb 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3prop.dtx @@ -35,7 +35,7 @@ % %<*driver|package> \RequirePackage{l3names} -\GetIdInfo$Id: l3prop.dtx 3029 2011-12-06 22:47:30Z joseph $ +\GetIdInfo$Id: l3prop.dtx 3086 2011-12-22 17:55:46Z bruno $ {L3 Experimental property lists} %</driver|package> %<*driver> @@ -927,7 +927,7 @@ % \cs{if_meaning:w} test: the keys are strings, and thus % cannot match the marker \cs{q_recursion_tail}. % \begin{macrocode} -\cs_new_nopar:Npn \prop_map_function:NN #1#2 +\cs_new:Npn \prop_map_function:NN #1#2 { \exp_last_unbraced:NNo \prop_map_function_aux:Nwn #2 #1 \q_recursion_tail \q_prop { } @@ -982,7 +982,7 @@ % to sequences and comma lists, we use \cs{msg_aux_show:nn} % to format both the key and the value for each pair. % \begin{macrocode} -\cs_new_protected_nopar:Npn \prop_show:N #1 +\cs_new_protected:Npn \prop_show:N #1 { \msg_aux_show:Nnx #1 |