diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3io.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/expl3/l3io.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/expl3/l3io.sty b/Master/texmf-dist/tex/latex/expl3/l3io.sty index 5ea97d6b61a..30212f76420 100644 --- a/Master/texmf-dist/tex/latex/expl3/l3io.sty +++ b/Master/texmf-dist/tex/latex/expl3/l3io.sty @@ -48,7 +48,7 @@ %% %% ----------------------------------------------------------------------- \RequirePackage{l3names} -\GetIdInfo$Id: l3io.dtx 1369 2009-05-31 21:36:35Z joseph $ +\GetIdInfo$Id: l3io.dtx 1668 2009-11-01 22:13:36Z will $ {L3 Experimental i/o module} \ProvidesExplPackage {\filename}{\filedate}{\fileversion}{\filedescription} @@ -94,7 +94,7 @@ \cs_generate_variant:Nn \iow_shipout:Nn {Nx} \cs_new_nopar:Npn \iow_newline: {^^J} \cs_new_nopar:Npn \iow_space: {~} -\cs_new:Nn \iow_char:N { \cs_to_str:N #1 } +\cs_new:Npn \iow_char:N #1 { \cs_to_str:N #1 } \tl_new:Nx \c_iow_comment_char {\cs_to_str:N\%} \tl_new:Nx \c_iow_lbrace_char{\cs_to_str:N\{} \tl_new:Nx \c_iow_rbrace_char{\cs_to_str:N\}} |