summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/expl3/l3io.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-22 00:01:52 +0000
committerKarl Berry <karl@freefriends.org>2009-11-22 00:01:52 +0000
commitc8f25e8c064910cbdae63d68ad0b753dcd925264 (patch)
tree50cd44cf48c386388aadae1d16b1adae5f917034 /Master/texmf-dist/tex/latex/expl3/l3io.sty
parent3a4d88244a662af906112c56eb1982f9dacef5b2 (diff)
expl3 1733 (21nov09)
git-svn-id: svn://tug.org/texlive/trunk@16114 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/expl3/l3io.sty')
-rw-r--r--Master/texmf-dist/tex/latex/expl3/l3io.sty4
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\}}