summaryrefslogtreecommitdiff
path: root/src/buffer.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-03-11 09:49:16 -0700
committerTom Tromey <tromey@redhat.com>2011-03-11 09:49:16 -0700
commitef1fd07e4e728fcbf60ce87f1434f5fd46862262 (patch)
tree9e02ee1930706efca4b29df0ebf285b999879f43 /src/buffer.c
parent7ef4b50c04d80cbc2b247f997e9133fbce70be05 (diff)
* buffer.c (syms_of_buffer): Remove obsolete comment.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/buffer.c b/src/buffer.c
index c95fbb5f516..448c9236387 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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.