diff options
| author | Richard M. Stallman | 1994-08-03 23:11:05 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-08-03 23:11:05 +0000 |
| commit | 06e8cf7450a38c178bb34407bac589654e79fb2d (patch) | |
| tree | e4f8a2ec30cbf7d4c84106cbd3f9951088543b1f /src | |
| parent | 387ce4a68a12da85f1a444426cbd2104304dd3d9 (diff) | |
| download | emacs-06e8cf7450a38c178bb34407bac589654e79fb2d.tar.gz emacs-06e8cf7450a38c178bb34407bac589654e79fb2d.zip | |
(list_buffers_1): Add one column to size column.
Diffstat (limited to 'src')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 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 | ||