]> git.eshelyaron.com Git - emacs.git/commitdiff
* buffer.c (syms_of_buffer): Remove obsolete comment.
authorTom Tromey <tromey@redhat.com>
Fri, 11 Mar 2011 16:49:16 +0000 (09:49 -0700)
committerTom Tromey <tromey@redhat.com>
Fri, 11 Mar 2011 16:49:16 +0000 (09:49 -0700)
src/ChangeLog
src/buffer.c

index ebbef39c29d27afe3372d412f342bfff5bc578de..4b54abe08ddf40ecd3bc6ec7ee6cbb150c3e527f 100644 (file)
@@ -1,3 +1,7 @@
+2011-03-11  Tom Tromey  <tromey@redhat.com>
+
+       * buffer.c (syms_of_buffer): Remove obsolete comment.
+
 2011-03-11  Eli Zaretskii  <eliz@gnu.org>
 
        * termhooks.h (encode_terminal_code): Declare prototype.
index c95fbb5f516383f39f39ee9ebb0098b9bb31f82e..448c92363872c714c65d60a4e5acd20866102024 100644 (file)
@@ -5332,9 +5332,6 @@ syms_of_buffer (void)
   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.