From: Richard M. Stallman Date: Wed, 3 Aug 1994 23:11:05 +0000 (+0000) Subject: (list_buffers_1): Add one column to size column. X-Git-Tag: emacs-19.34~7417 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=06e8cf7450a38c178bb34407bac589654e79fb2d;p=emacs.git (list_buffers_1): Add one column to size column. --- 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;