aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorPaul Eggert2011-04-25 12:40:22 -0700
committerPaul Eggert2011-04-25 12:40:22 -0700
commitb102ceb110a9cd38f5c589c1869747b1e1c792cb (patch)
tree458a66a2672f2f68a9de09539cbf273edf2bf870 /src/buffer.h
parent179dade40292e5bdccdd4ab88748a06a94307570 (diff)
downloademacs-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.h2
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. */