comparison src/frameslots.h @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 57709be46d1b
children 501cfd01ee6d
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
82 MARKED_SLOT (last_nonminibuf_window); 82 MARKED_SLOT (last_nonminibuf_window);
83 83
84 /* frame property list */ 84 /* frame property list */
85 MARKED_SLOT (plist); 85 MARKED_SLOT (plist);
86 86
87 /* buffer_alist at last redisplay. */
88 MARKED_SLOT (old_buffer_alist);
89
87 /* A copy of the global Vbuffer_list, to maintain a per-frame buffer 90 /* A copy of the global Vbuffer_list, to maintain a per-frame buffer
88 ordering. The Vbuffer_list variable and the buffer_list slot of each 91 ordering. The Vbuffer_list variable and the buffer_list slot of each
89 frame contain exactly the same data, just in different orders. */ 92 frame contain exactly the same data, just in different orders. */
90 MARKED_SLOT (buffer_alist); 93 MARKED_SLOT (buffer_alist);
91 94