diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-08-21 20:25:20 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-08-21 20:25:20 +0300 |
commit | 4ee83adb563e86ac2283d47117b8f6c456a67c94 (patch) | |
tree | 4c874d50bfdb4ddb04a7390d9dd68cf824bf7753 /doc/texinfo.tex | |
parent | 5ffa790f0596cd14e544533689e7d5e0714f9923 (diff) | |
download | egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.tar.gz egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.tar.bz2 egawk-4ee83adb563e86ac2283d47117b8f6c456a67c94.zip |
Update aux files from GNULIB.
Diffstat (limited to 'doc/texinfo.tex')
-rw-r--r-- | doc/texinfo.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/texinfo.tex b/doc/texinfo.tex index ed3f0ee9..e540acd9 100644 --- a/doc/texinfo.tex +++ b/doc/texinfo.tex @@ -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{2019-06-01.23} +\def\texinfoversion{2019-08-18.20} % % Copyright 1985, 1986, 1988, 1990-2019 Free Software Foundation, Inc. % @@ -4675,7 +4675,7 @@ end % NB flag names containing - or _ may not work here. \def\dummyvalue#1{% \expandafter\ifx\csname SET#1\endcsname\relax - \noexpand\value{#1}% + \string\value{#1}% \else \csname SET#1\endcsname \fi |