From: Paul Eggert Date: Mon, 26 Aug 2013 22:17:31 +0000 (-0700) Subject: Minor merge from gnulib (mostly just for texinfo.tex). X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12c4970d70ae32fdcc81af55e1b2ff74afe96c93;p=emacs.git Minor merge from gnulib (mostly just for texinfo.tex). --- diff --git a/ChangeLog b/ChangeLog index 35dbeb6065c..5412faddbfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-26 Paul Eggert + + Minor merge from gnulib (mostly just for texinfo.tex). + 2013-08-22 Paul Eggert * configure.ac (EMACS_CONFIG_OPTIONS): Quote systematically (Bug#13274). diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex index e8fed290734..9ba8c949fd1 100644 --- a/doc/misc/texinfo.tex +++ b/doc/misc/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{2013-08-09.09} +\def\texinfoversion{2013-08-20.10} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -281,9 +281,9 @@ \toks6=\expandafter{\prevsectiondefs}% \toks8=\expandafter{\lastcolordefs}% \mark{% - \the\toks0 \the\toks2 - \noexpand\or \the\toks4 \the\toks6 - \noexpand\else \the\toks8 + \the\toks0 \the\toks2 % 0: top marks (\last...) + \noexpand\or \the\toks4 \the\toks6 % 1: bottom marks (default, \prev...) + \noexpand\else \the\toks8 % 2: color marks }% } % \topmark doesn't work for the very first chapter (after the title @@ -5909,7 +5909,7 @@ end % % Now the second mark, after the heading break. No break points % between here and the heading. - \let\prevsectiondefs=\lastsectiondefs + \global\let\prevsectiondefs=\lastsectiondefs \domark % % Only insert the space after the number if we have a section number. diff --git a/m4/sha256.m4 b/m4/sha256.m4 index 7eede32fad6..cbbd17a6444 100644 --- a/m4/sha256.m4 +++ b/m4/sha256.m4 @@ -1,4 +1,4 @@ -# sha256.m4 serial 6 +# sha256.m4 serial 7 dnl Copyright (C) 2005, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -8,4 +8,5 @@ AC_DEFUN([gl_SHA256], [ dnl Prerequisites of lib/sha256.c. AC_REQUIRE([gl_BIGENDIAN]) + : ]) diff --git a/m4/sha512.m4 b/m4/sha512.m4 index 46c0895890c..f4a6bf13baa 100644 --- a/m4/sha512.m4 +++ b/m4/sha512.m4 @@ -1,4 +1,4 @@ -# sha512.m4 serial 7 +# sha512.m4 serial 8 dnl Copyright (C) 2005-2006, 2008-2013 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -8,4 +8,5 @@ AC_DEFUN([gl_SHA512], [ dnl Prerequisites of lib/sha512.c. AC_REQUIRE([gl_BIGENDIAN]) + : ])