aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
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 ac7c5a54679..46c7c6e5ad6 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -504,7 +504,7 @@ struct buffer_text
504 504
505struct buffer 505struct buffer
506{ 506{
507 struct vectorlike_header header; 507 union vectorlike_header header;
508 508
509 /* The name of this buffer. */ 509 /* The name of this buffer. */
510 Lisp_Object name_; 510 Lisp_Object name_;