1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00

(list_buffers_1): Update header line layout.

This commit is contained in:
Richard M. Stallman 1994-08-16 23:51:52 +00:00
parent 7a833f0baf
commit 95e4d53630

View file

@ -1114,8 +1114,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))
{