changeset 8436:5000ab25b470

(list_buffers_1): Add one column to size column.
author Richard M. Stallman <rms@gnu.org>
date Wed, 03 Aug 1994 23:11:05 +0000
parents a1961f8669d3
children 85bcdaceeebc
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;