1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.

This commit is contained in:
Jan D 2010-08-13 12:32:37 +02:00
parent e9752b3992
commit 7d1b9df355
2 changed files with 6 additions and 0 deletions

View 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

View File

@ -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] == '.'