summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/expl3/l3io.dtx
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/source/latex/expl3/l3io.dtx
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/source/latex/expl3/l3io.dtx')
-rw-r--r--Master/texmf-dist/source/latex/expl3/l3io.dtx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/expl3/l3io.dtx b/Master/texmf-dist/source/latex/expl3/l3io.dtx
index 6473c2dca8b..a1223daaa6f 100644
--- a/Master/texmf-dist/source/latex/expl3/l3io.dtx
+++ b/Master/texmf-dist/source/latex/expl3/l3io.dtx
@@ -36,7 +36,7 @@
\RequirePackage{l3names}
%</driver|package>
%\fi
-\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}
%\iffalse
%<*driver>
@@ -531,7 +531,7 @@
% \begin{macro}{\iow_char:N}
% Function to write any escaped char to an output stream.
% \begin{macrocode}
-\cs_new:Nn \iow_char:N { \cs_to_str:N #1 }
+\cs_new:Npn \iow_char:N #1 { \cs_to_str:N #1 }
% \end{macrocode}
% \end{macro}
%