Mercurial > emacs
changeset 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 | a8cd4563a8ae |
children | d79ecfc2776c |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)) {