diff options
author | Karl Berry <karl@freefriends.org> | 2015-07-31 22:23:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-07-31 22:23:37 +0000 |
commit | 4a8c92de2f60b2debb339603c0be279952352d1e (patch) | |
tree | d9261c4b4e79a2366875eb9460d1ed0bc1ab77a2 /Master/texmf-dist/source/latex/l3kernel/l3file.dtx | |
parent | 387c2269e074a98a2cfa129f31bcbfd13e005f75 (diff) |
l3kernel (31jul15)
git-svn-id: svn://tug.org/texlive/trunk@38014 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3kernel/l3file.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3kernel/l3file.dtx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx index 0b6a3b58842..8a5ab688d68 100644 --- a/Master/texmf-dist/source/latex/l3kernel/l3file.dtx +++ b/Master/texmf-dist/source/latex/l3kernel/l3file.dtx @@ -37,7 +37,7 @@ \documentclass[full]{l3doc} %</driver> %<*driver|package> -\GetIdInfo$Id: l3file.dtx 5688 2015-07-27 16:57:49Z bruno $ +\GetIdInfo$Id: l3file.dtx 5714 2015-07-30 00:51:47Z bruno $ {L3 File and I/O operations} %</driver|package> %<*driver> @@ -1056,8 +1056,8 @@ % being \tn{outer}. % \begin{macrocode} %<*package> -\exp_args:NNNo \exp_args:NNo \cs_new_protected_nopar:Npn \@@_new:N - { \cs:w newread \cs_end: } +\exp_args:NNf \cs_new_protected_nopar:Npn \@@_new:N + { \exp_args:NNc \exp_after:wN \exp_stop_f: { newread } } %</package> % \end{macrocode} % \end{macro} @@ -1288,8 +1288,8 @@ % that it is not \tn{outer}. % \begin{macrocode} %<*package> -\exp_args:NNNo \exp_args:NNo \cs_new_protected_nopar:Npn \@@_new:N - { \cs:w newwrite \cs_end: } +\exp_args:NNf \cs_new_protected_nopar:Npn \@@_new:N + { \exp_args:NNc \exp_after:wN \exp_stop_f: { newwrite } } %</package> % \end{macrocode} % \end{macro} |