summaryrefslogtreecommitdiff
path: root/build-aux/texinfo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-19 08:33:08 -0700
committerKarl Berry <karl@freefriends.org>2019-08-19 08:33:08 -0700
commit1f6fb368c04919243e2c70f2aa514a5f88e95309 (patch)
treea1e629fcc2393bab34c1382aca101b9fd41da9c3 /build-aux/texinfo.tex
parentbdf8b1d2b74e12648edafffcda43832bc35e3d1f (diff)
downloadgnulib-1f6fb368c04919243e2c70f2aa514a5f88e95309.tar.gz
autoupdate
Diffstat (limited to 'build-aux/texinfo.tex')
-rw-r--r--build-aux/texinfo.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index ed3f0ee98f..e540acd987 100644
--- a/build-aux/texinfo.tex
+++ b/build-aux/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