From 06e8cf7450a38c178bb34407bac589654e79fb2d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 3 Aug 1994 23:11:05 +0000 Subject: [PATCH] (list_buffers_1): Add one column to size column. --- src/buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index de34c6e26b7..707dcb4cf54 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1105,7 +1105,7 @@ list_buffers_1 (files) other_file_symbol = intern ("list-buffers-directory"); XFASTINT (col1) = 19; - XFASTINT (col2) = 25; + XFASTINT (col2) = 26; XFASTINT (col3) = 40; XFASTINT (minspace) = 1; -- 2.39.5