comparison 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
comparison
equal deleted inserted replaced
8435:a1961f8669d3 8436:5000ab25b470
1103 1103
1104 desired_point = Qnil; 1104 desired_point = Qnil;
1105 other_file_symbol = intern ("list-buffers-directory"); 1105 other_file_symbol = intern ("list-buffers-directory");
1106 1106
1107 XFASTINT (col1) = 19; 1107 XFASTINT (col1) = 19;
1108 XFASTINT (col2) = 25; 1108 XFASTINT (col2) = 26;
1109 XFASTINT (col3) = 40; 1109 XFASTINT (col3) = 40;
1110 XFASTINT (minspace) = 1; 1110 XFASTINT (minspace) = 1;
1111 1111
1112 Fset_buffer (Vstandard_output); 1112 Fset_buffer (Vstandard_output);
1113 Fbuffer_disable_undo (Vstandard_output); 1113 Fbuffer_disable_undo (Vstandard_output);