Mercurial > emacs
comparison src/buffer.c @ 9433:06c286dec485
(list_buffers_1): Fix indentation in header lines.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 11 Oct 1994 05:29:55 +0000 |
| parents | b429144f6ace |
| children | d9dc17134dde |
comparison
equal
deleted
inserted
replaced
| 9432:a8cd4563a8ae | 9433:06c286dec485 |
|---|---|
| 1134 Fset_buffer (Vstandard_output); | 1134 Fset_buffer (Vstandard_output); |
| 1135 Fbuffer_disable_undo (Vstandard_output); | 1135 Fbuffer_disable_undo (Vstandard_output); |
| 1136 current_buffer->read_only = Qnil; | 1136 current_buffer->read_only = Qnil; |
| 1137 | 1137 |
| 1138 write_string ("\ | 1138 write_string ("\ |
| 1139 MR Buffer Size Mode File\n\ | 1139 MR Buffer Size Mode File\n\ |
| 1140 -- ------ ---- ---- ----\n", -1); | 1140 -- ------ ---- ---- ----\n", -1); |
| 1141 | 1141 |
| 1142 for (tail = Vbuffer_alist; !NILP (tail); tail = Fcdr (tail)) | 1142 for (tail = Vbuffer_alist; !NILP (tail); tail = Fcdr (tail)) |
| 1143 { | 1143 { |
| 1144 buf = Fcdr (Fcar (tail)); | 1144 buf = Fcdr (Fcar (tail)); |
| 1145 b = XBUFFER (buf); | 1145 b = XBUFFER (buf); |
