From: Richard M. Stallman Date: Tue, 11 Oct 1994 05:29:55 +0000 (+0000) Subject: (list_buffers_1): Fix indentation in header lines. X-Git-Tag: emacs-19.34~6421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1d3395a6153d96c27d29142c5fb83666fc9d58e8;p=emacs.git (list_buffers_1): Fix indentation in header lines. --- 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) 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)) {