aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-10-11 05:29:55 +0000
committerRichard M. Stallman <[email protected]>1994-10-11 05:29:55 +0000
commit1d3395a6153d96c27d29142c5fb83666fc9d58e8 (patch)
treeaa33043c66daeb4d266b4715fbd1224510d8cb11 /src/buffer.c
parentbc454f082b130eced6f38e910980e9a65d7b2877 (diff)
(list_buffers_1): Fix indentation in header lines.
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 8976eed74e..8bd2919be8 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1136,8 +1136,8 @@ list_buffers_1 (files)
current_buffer->read_only = Qnil;
write_string ("\
- MR Buffer Size Mode File\n\
- -- ------ ---- ---- ----\n", -1);
+ MR Buffer Size Mode File\n\
+ -- ------ ---- ---- ----\n", -1);
for (tail = Vbuffer_alist; !NILP (tail); tail = Fcdr (tail))
{