diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index 51b318218cc..2f33065cd1a 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -505,7 +505,7 @@ struct buffer | |||
| 505 | collect killed buffers properly. | 505 | collect killed buffers properly. |
| 506 | Note that vectors and most pseudovectors are all on one chain, | 506 | Note that vectors and most pseudovectors are all on one chain, |
| 507 | but buffers are on a separate chain of their own. */ | 507 | but buffers are on a separate chain of their own. */ |
| 508 | struct vector_header header; | 508 | struct vectorlike_header header; |
| 509 | 509 | ||
| 510 | /* This structure holds the coordinates of the buffer contents | 510 | /* This structure holds the coordinates of the buffer contents |
| 511 | in ordinary buffers. In indirect buffers, this is not used. */ | 511 | in ordinary buffers. In indirect buffers, this is not used. */ |