# HG changeset patch # User Richard M. Stallman # Date 775955465 0 # Node ID 5000ab25b470ed9e1465ea03d11422a44c1488a9 # Parent a1961f8669d30d43309566c908f5ff923af0d8e3 (list_buffers_1): Add one column to size column. diff -r a1961f8669d3 -r 5000ab25b470 src/buffer.c --- a/src/buffer.c Wed Aug 03 21:58:47 1994 +0000 +++ b/src/buffer.c Wed Aug 03 23:11:05 1994 +0000 @@ -1105,7 +1105,7 @@ other_file_symbol = intern ("list-buffers-directory"); XFASTINT (col1) = 19; - XFASTINT (col2) = 25; + XFASTINT (col2) = 26; XFASTINT (col3) = 40; XFASTINT (minspace) = 1;