emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103373: * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.
Date: Mon, 21 Feb 2011 13:02:49 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103373
author: Ben Key <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2011-02-21 13:02:49 -0500
message:
  * make-docfile.c (scan_c_file): Adapt to the new BVAR macro.
modified:
  lib-src/ChangeLog
  lib-src/make-docfile.c
=== modified file 'lib-src/ChangeLog'
--- a/lib-src/ChangeLog 2011-02-20 22:17:39 +0000
+++ b/lib-src/ChangeLog 2011-02-21 18:02:49 +0000
@@ -1,3 +1,8 @@
+2011-02-21  Ben Key  <address@hidden>  (tiny change)
+
+       * make-docfile.c (scan_c_file): Adapt DEFVAR_PER_BUFFER case to
+       the new BVAR macro.
+
 2011-02-20  Juanma Barranquero  <address@hidden>
 
        * makefile.w32-in (obj): Remove md5.o.

=== modified file 'lib-src/make-docfile.c'
--- a/lib-src/make-docfile.c    2011-02-09 00:30:33 +0000
+++ b/lib-src/make-docfile.c    2011-02-21 18:02:49 +0000
@@ -815,7 +815,7 @@
       if (defunflag)
        commas = 5;
       else if (defvarperbufferflag)
-       commas = 2;
+       commas = 3;
       else if (defvarflag)
        commas = 1;
       else  /* For DEFSIMPLE and DEFPRED */


reply via email to

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