1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-01 11:14:55 +00:00

* make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,

by removing references to no-longer-existing locals.
This commit is contained in:
Paul Eggert 2013-05-05 20:32:19 -07:00
parent 1e2c18dfbd
commit 8c13f3d628
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2013-05-06 Paul Eggert <eggert@cs.ucla.edu>
* make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
by removing references to no-longer-existing locals.
2013-03-26 Eli Zaretskii <eliz@gnu.org>
Fix incompatibilities between MinGW.org and MinGW64 headers.

View File

@ -1090,8 +1090,7 @@ search_lisp_doc_at_eol (FILE *infile)
if (c2 != '"' || c1 != '\\')
{
#ifdef DEBUG
fprintf (stderr, "## non-docstring in %s (%s)\n",
buffer, filename);
fprintf (stderr, "## non-docstring found\n");
#endif
if (c != EOF)
ungetc (c, infile);