]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
authorJan D <jan.h.d@swipnet.se>
Fri, 13 Aug 2010 10:32:37 +0000 (12:32 +0200)
committerJan D <jan.h.d@swipnet.se>
Fri, 13 Aug 2010 10:32:37 +0000 (12:32 +0200)
src/ChangeLog
src/doc.c

index d4130ccdcf8eaa4a2f9d898808f6efc54919dd29..f36714d3792a03cd24469bf1b62bc0d8d8618429 100644 (file)
@@ -1,3 +1,8 @@
+2010-08-13  Jan Djärv  <jan.h.d@swipnet.se>
+
+       * doc.c (Fsnarf_documentation): Initialize skip_file before
+       build-files test.
+
 2010-08-09  Peter O'Gorman <pogma@thewrittenword.com>  (tiny change)
 
        * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New
index 303aed0486d38f8fd2fac0006365e6805b097ab1..6543eb41db195a1021a048c16b6ac0c54a4d58b4 100644 (file)
--- 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] == '.'