diff options
author | Jan D <jan.h.d@swipnet.se> | 2010-08-13 12:32:37 +0200 |
---|---|---|
committer | Jan D <jan.h.d@swipnet.se> | 2010-08-13 12:32:37 +0200 |
commit | 7d1b9df355b53c9c022105ad7d657a672a0ff293 (patch) | |
tree | 8a7b6592ce9f9d8f557ae540f459e6bb741559f2 /src/doc.c | |
parent | e9752b399207f8087e354a599cbf469769950503 (diff) | |
download | emacs-7d1b9df355b53c9c022105ad7d657a672a0ff293.tar.gz |
* doc.c (Fsnarf_documentation): Initialize skip_file before build-files test.
Diffstat (limited to 'src/doc.c')
-rw-r--r-- | src/doc.c | 1 |
1 files changed, 1 insertions, 0 deletions
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] == '.' |