]> code.delx.au - gnu-emacs/blobdiff - src/window.h
* lisp.h: Say "vectorlike header" rather than "vector header.
[gnu-emacs] / src / window.h
index bdbe0e71cc7bd82925406a9cacb03e8f43b8f200..b1f6560445ecc78cdd88045c5a811ebc365ab2c5 100644 (file)
@@ -89,7 +89,7 @@ struct cursor_pos
 struct window
   {
     /* This is for Lisp; the terminal code does not refer to it.  */
-    struct vector_header header;
+    struct vectorlike_header header;
 
     /* The frame this window is on.  */
     Lisp_Object frame;