Skip to content

Commit

Permalink
tl-update-auto
Browse files Browse the repository at this point in the history
git-svn-id: svn://tug.org/texlive/trunk/Build/source@68282 c570f23f-e606-0410-a88d-b1316a301751
  • Loading branch information
kberry committed Sep 14, 2023
1 parent 7168ac7 commit c36008e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions build-aux/texinfo.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% Load plain if necessary, i.e., if running under initex.
\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
%
\def\texinfoversion{2023-08-13.14}
\def\texinfoversion{2023-09-12.17}
%
% Copyright 1985, 1986, 1988, 1990-2023 Free Software Foundation, Inc.
%
Expand Down Expand Up @@ -11867,9 +11867,13 @@
\def\c{\loadconf\c}%
% Definition for the first newline read in the file
\def ^^M{\loadconf}%
% In case the first line has a whole-line command on it
% In case the first line has a whole-line or environment command on it
\let\originalparsearg\parsearg%
\def\parsearg{\loadconf\originalparsearg}%
%
% \startenvironment is in the expansion of commands defined with \envdef
\let\originalstartenvironment\startenvironment%
\def\startenvironment{\loadconf\startenvironment}%
}}
Expand Down Expand Up @@ -11897,6 +11901,7 @@
\enableemergencynewline
\let\c=\comment
\let\parsearg\originalparsearg
\let\startenvironment\originalstartenvironment
%
% Also turn back on active characters that might appear in the input
% file name, in case not using a pre-dumped format.
Expand Down

0 comments on commit c36008e

Please sign in to comment.