Mercurial > emacs
diff src/buffer.c @ 9433:06c286dec485
(list_buffers_1): Fix indentation in header lines.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 11 Oct 1994 05:29:55 +0000 |
parents | b429144f6ace |
children | d9dc17134dde |
line wrap: on
line diff
--- a/src/buffer.c Tue Oct 11 04:43:01 1994 +0000 +++ b/src/buffer.c Tue Oct 11 05:29:55 1994 +0000 @@ -1136,8 +1136,8 @@ 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)) {