aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 8976eed74e6..8bd2919be83 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1136,8 +1136,8 @@ list_buffers_1 (files)
1136 current_buffer->read_only = Qnil; 1136 current_buffer->read_only = Qnil;
1137 1137
1138 write_string ("\ 1138 write_string ("\
1139 MR Buffer Size Mode File\n\ 1139 MR Buffer Size Mode File\n\
1140 -- ------ ---- ---- ----\n", -1); 1140 -- ------ ---- ---- ----\n", -1);
1141 1141
1142 for (tail = Vbuffer_alist; !NILP (tail); tail = Fcdr (tail)) 1142 for (tail = Vbuffer_alist; !NILP (tail); tail = Fcdr (tail))
1143 { 1143 {