From: Jan D Date: Fri, 13 Aug 2010 10:32:37 +0000 (+0200) Subject: * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. X-Git-Tag: emacs-pretest-23.2.90~139^2~28 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d1b9df355b53c9c022105ad7d657a672a0ff293;p=emacs.git * doc.c (Fsnarf_documentation): Initialize skip_file before build-files test. --- diff --git a/src/ChangeLog b/src/ChangeLog index d4130ccdcf8..f36714d3792 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2010-08-13 Jan Djärv + + * doc.c (Fsnarf_documentation): Initialize skip_file before + build-files test. + 2010-08-09 Peter O'Gorman (tiny change) * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New diff --git a/src/doc.c b/src/doc.c index 303aed0486d..6543eb41db1 100644 --- a/src/doc.c +++ b/src/doc.c @@ -644,6 +644,7 @@ the same file name is found in the `doc-directory'. */) if (p != end) { end = (char *) index (p, '\n'); + skip_file = 0; /* See if this is a file name, and if it is a file in build-files. */ if (p[1] == 'S' && end - p > 4 && end[-2] == '.'