diff options
author | Karl Berry <karl@freefriends.org> | 2011-10-09 23:48:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-10-09 23:48:30 +0000 |
commit | 115eedcda7c4099e8f4f1b9ec3b397f3d2b3b192 (patch) | |
tree | f757d9ff2e2d26fa9ebfe3f7580fbea48566e5e3 /Master/texmf-dist/tex/latex/filecontents | |
parent | 68d5f2bed16d2f2f0176d8bfcc468e12113a1bbf (diff) |
filecontents (9oct11)
git-svn-id: svn://tug.org/texlive/trunk@24250 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/filecontents')
-rw-r--r-- | Master/texmf-dist/tex/latex/filecontents/filecontents.sty | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/filecontents/filecontents.sty b/Master/texmf-dist/tex/latex/filecontents/filecontents.sty index 65c90973603..191f19e50fa 100644 --- a/Master/texmf-dist/tex/latex/filecontents/filecontents.sty +++ b/Master/texmf-dist/tex/latex/filecontents/filecontents.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2009 Scott Pakin <scott+fc@pakin.org> +%% Copyright (C) 2011 Scott Pakin <scott+fc@pakin.org> %% ------------------------------------------------------- %% %% This package may be distributed and/or modified under the conditions @@ -23,7 +23,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1999/12/01] \ProvidesPackage{filecontents} - [2009/03/17 v1.2 Create an external file from within a LaTeX document] + [2011/10/08 v1.3 Create an external file from within a LaTeX document] \begingroup% \catcode`\*=11 % \catcode`\^^M\active% @@ -38,6 +38,7 @@ \@latex@warning@no@line% {Overwriting file `\@currdir#1'}% \fi % + \closein\@inputcheck % \chardef\reserved@c15 % \ch@ck7\reserved@c\write% \immediate\openout\reserved@c#1\relax% |