Mercurial > hg > octave-kai > gnulib-hg
changeset 11436:125932a3f90f
update from texinfo
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Sun, 29 Mar 2009 09:35:44 -0700 |
parents | cf3dd90a3ce0 |
children | 02599343364c |
files | build-aux/texinfo.tex |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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{2009-03-22.17} +\def\texinfoversion{2009-03-28.05} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -9272,8 +9272,12 @@ @markupsetuplqdefault @markupsetuprqdefault +@c Gnulib now utterly and painfully insists on no trailing whitespace. +@c So we have to nuke it. + @c Local variables: @c eval: (add-hook 'write-file-hooks 'time-stamp) +@c eval: (add-hook 'write-file-hooks 'nuke-trailing-whitespace) @c page-delimiter: "^\\\\message" @c time-stamp-start: "def\\\\texinfoversion{" @c time-stamp-format: "%:y-%02m-%02d.%02H"