diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-31 21:50:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-31 21:50:06 +0000 |
commit | 07a741859350d952acd9acee053d14beade33407 (patch) | |
tree | f524253dddadaf0a196d78612c1b31f7c316777c /Master/texmf-dist/tex/latex/filecontents | |
parent | 70cb23b33a96b01b75a5907aeee544f151dcdd8c (diff) |
filecontents (31may18)
git-svn-id: svn://tug.org/texlive/trunk@47890 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/filecontents/filecontents.sty b/Master/texmf-dist/tex/latex/filecontents/filecontents.sty index 191f19e50fa..a8190ab6eca 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) 2011 Scott Pakin <scott+fc@pakin.org> +%% Copyright (C) 2018 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} - [2011/10/08 v1.3 Create an external file from within a LaTeX document] + [2018/05/30 v1.4 Create an external file from within a LaTeX document] \begingroup% \catcode`\*=11 % \catcode`\^^M\active% @@ -83,10 +83,10 @@ ^^M}% \catcode`\^^L\active% \let\L\@undefined% - \def^^L{\@ifundefined L^^J^^J^^J}% + \def^^L{\expandafter\ifx\csname L\endcsname\relax\fi ^^J^^J}% \catcode`\^^I\active% \let\I\@undefined% - \def^^I{\@ifundefined I\space\space}% + \def^^I{\expandafter\ifx\csname I\endcsname\relax\fi\space}% \catcode`\^^M\active% \edef^^M##1^^M{% \noexpand\reserved@b##1\E\E\relax}}% |