diff options
| author | Paul Eggert | 2011-04-25 12:40:22 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-25 12:40:22 -0700 |
| commit | b102ceb110a9cd38f5c589c1869747b1e1c792cb (patch) | |
| tree | 458a66a2672f2f68a9de09539cbf273edf2bf870 /src/buffer.h | |
| parent | 179dade40292e5bdccdd4ab88748a06a94307570 (diff) | |
| download | emacs-b102ceb110a9cd38f5c589c1869747b1e1c792cb.tar.gz emacs-b102ceb110a9cd38f5c589c1869747b1e1c792cb.zip | |
* lisp.h: Say "vectorlike header" rather than "vector header.
(struct vectorlike_header): Rename from struct vector_header.
(XVECTORLIKE_HEADER_SIZE): Renamed from XVECTOR_HEADER_SIZE.
All uses changed.
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. */ |