diff options
| author | Jan D | 2010-08-13 12:32:37 +0200 |
|---|---|---|
| committer | Jan D | 2010-08-13 12:32:37 +0200 |
| commit | 7d1b9df355b53c9c022105ad7d657a672a0ff293 (patch) | |
| tree | 8a7b6592ce9f9d8f557ae540f459e6bb741559f2 /src | |
| parent | e9752b399207f8087e354a599cbf469769950503 (diff) | |
| download | emacs-7d1b9df355b53c9c022105ad7d657a672a0ff293.tar.gz emacs-7d1b9df355b53c9c022105ad7d657a672a0ff293.zip | |
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/doc.c | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d4130ccdcf8..f36714d3792 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-08-13 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * doc.c (Fsnarf_documentation): Initialize skip_file before | ||
| 4 | build-files test. | ||
| 5 | |||
| 1 | 2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) | 6 | 2010-08-09 Peter O'Gorman <pogma@thewrittenword.com> (tiny change) |
| 2 | 7 | ||
| 3 | * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New | 8 | * s/hpux10-20.h (HAVE_TERMIOS, NO_TERMIO, ORDINARY_LINK): New |
| @@ -644,6 +644,7 @@ the same file name is found in the `doc-directory'. */) | |||
| 644 | if (p != end) | 644 | if (p != end) |
| 645 | { | 645 | { |
| 646 | end = (char *) index (p, '\n'); | 646 | end = (char *) index (p, '\n'); |
| 647 | skip_file = 0; | ||
| 647 | 648 | ||
| 648 | /* See if this is a file name, and if it is a file in build-files. */ | 649 | /* See if this is a file name, and if it is a file in build-files. */ |
| 649 | if (p[1] == 'S' && end - p > 4 && end[-2] == '.' | 650 | if (p[1] == 'S' && end - p > 4 && end[-2] == '.' |