emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112467: * make-docfile.c (search_lis


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112467: * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
Date: Sun, 05 May 2013 20:32:19 -0700
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112467
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-05-05 20:32:19 -0700
message:
  * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
  
  by removing references to no-longer-existing locals.
modified:
  lib-src/ChangeLog
  lib-src/make-docfile.c
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2013-04-04 03:46:25 +0000
+++ b/lib-src/ChangeLog 2013-05-06 03:32:19 +0000
@@ -1,3 +1,8 @@
+2013-05-06  Paul Eggert  <address@hidden>
+
+       * make-docfile.c (search_lisp_doc_at_eol) [DEBUG]: Fix typo,
+       by removing references to no-longer-existing locals.
+
 2013-03-26  Eli Zaretskii  <address@hidden>
 
        Fix incompatibilities between MinGW.org and MinGW64 headers.

=== modified file 'lib-src/make-docfile.c'
--- a/lib-src/make-docfile.c    2013-01-15 21:26:01 +0000
+++ b/lib-src/make-docfile.c    2013-05-06 03:32:19 +0000
@@ -1090,8 +1090,7 @@
   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);


reply via email to

[Prev in Thread] Current Thread [Next in Thread]