Fixes: debbugs:11380

* make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and
byte-code forms.
This commit is contained in:
Andreas Schwab 2012-04-29 22:05:44 +02:00
parent c93b886f95
commit a706a3bca4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2012-04-29 Andreas Schwab <schwab@linux-m68k.org>
* make-docfile.c (scan_lisp_file) [DEBUG]: Also skip if and
byte-code forms. (Bug#11380)
2012-04-20 Chong Yidong <cyd@gnu.org>
* emacsclient.c (decode_options): Move -t -n corner case handling

View file

@ -1361,7 +1361,7 @@ scan_lisp_file (const char *filename, const char *mode)
#ifdef DEBUG
else if (! strcmp (buffer, "if")
|| ! strcmp (buffer, "byte-code"))
;
continue;
#endif
else