From 07a741859350d952acd9acee053d14beade33407 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 31 May 2018 21:50:06 +0000 Subject: filecontents (31may18) git-svn-id: svn://tug.org/texlive/trunk@47890 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/filecontents/filecontents.sty | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/latex/filecontents/filecontents.sty') 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 +%% Copyright (C) 2018 Scott Pakin %% ------------------------------------------------------- %% %% 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}}% -- cgit v1.2.3