]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 May 2013 03:32:19 +0000 (20:32 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 May 2013 03:32:19 +0000 (20:32 -0700)
by removing references to no-longer-existing locals.

lib-src/ChangeLog
lib-src/make-docfile.c

index 2089a50d47ba6f083899d816fab6798ceeb60ed1..bd7618e0a82f1dec46e0a1bd391e925dab8b6575 100644 (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.
index 68e5279fd157d7d048455d011beca38db6f87e22..8fa70dd430e9db30677b371986c9579deb128317 100644 (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);