diff src/buffer.c @ 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 |
3941618b4c2b |
| children |
d884e74c75e4 |
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;