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:
parent
1e2c18dfbd
commit
8c13f3d628
@ -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.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user