emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103627: * buffer.c (syms_of_buffer):


From: Tom Tromey
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103627: * buffer.c (syms_of_buffer): Remove obsolete comment.
Date: Fri, 11 Mar 2011 09:49:16 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103627
committer: Tom Tromey <address@hidden>
branch nick: trunk
timestamp: Fri 2011-03-11 09:49:16 -0700
message:
        * buffer.c (syms_of_buffer): Remove obsolete comment.
modified:
  src/ChangeLog
  src/buffer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-03-11 09:41:56 +0000
+++ b/src/ChangeLog     2011-03-11 16:49:16 +0000
@@ -1,3 +1,7 @@
+2011-03-11  Tom Tromey  <address@hidden>
+
+       * buffer.c (syms_of_buffer): Remove obsolete comment.
+
 2011-03-11  Eli Zaretskii  <address@hidden>
 
        * termhooks.h (encode_terminal_code): Declare prototype.

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2011-02-28 01:07:29 +0000
+++ b/src/buffer.c      2011-03-11 16:49:16 +0000
@@ -5332,9 +5332,6 @@
   Fput (Qprotected_field, Qerror_message,
        make_pure_c_string ("Attempt to modify a protected field"));
 
-  /* All these use DEFVAR_LISP_NOPRO because the slots in
-     buffer_defaults will all be marked via Vbuffer_defaults.  */
-
   DEFVAR_BUFFER_DEFAULTS ("default-mode-line-format",
                          mode_line_format,
                          doc: /* Default value of `mode-line-format' for 
buffers that don't override it.


reply via email to

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