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:
parent
7a833f0baf
commit
95e4d53630
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue