]> git.eshelyaron.com Git - emacs.git/commitdiff
(list_buffers_1): Fix indentation in header lines.
authorRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 05:29:55 +0000 (05:29 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 11 Oct 1994 05:29:55 +0000 (05:29 +0000)
src/buffer.c

index 8976eed74e6a448d4876f83af1de96bff9f4263b..8bd2919be83bb00592a725fab6c70cb555a78e42 100644 (file)
@@ -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))
     {