aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1994-10-11 05:29:55 +0000
committerRichard M. Stallman1994-10-11 05:29:55 +0000
commit1d3395a6153d96c27d29142c5fb83666fc9d58e8 (patch)
treeaa33043c66daeb4d266b4715fbd1224510d8cb11 /src/buffer.c
parentbc454f082b130eced6f38e910980e9a65d7b2877 (diff)
downloademacs-1d3395a6153d96c27d29142c5fb83666fc9d58e8.tar.gz
emacs-1d3395a6153d96c27d29142c5fb83666fc9d58e8.zip
(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 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 {