comparison src/frame.h @ 17222:60053e19d485

(struct frame): New field buffer_list.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Mar 1997 04:08:59 +0000
parents ffd6878cae02
children dc5e4b1ce93c
comparison
equal deleted inserted replaced
17221:0530a375eb21 17222:60053e19d485
122 EMACS_INT menu_bar_items_used; 122 EMACS_INT menu_bar_items_used;
123 123
124 /* Predicate for selecting buffers for other-buffer. */ 124 /* Predicate for selecting buffers for other-buffer. */
125 Lisp_Object buffer_predicate; 125 Lisp_Object buffer_predicate;
126 126
127 /* Beyond here, there should be no more Lisp_Object components. */ 127 /* List of buffers viewed in this frame, for other-buffer. */
128 Lisp_Object buffer_list;
129
130 /* beyond here, there should be no more Lisp_Object components. */
128 131
129 132
130 /* A buffer to hold the frame's name. We can't use the Lisp string's 133 /* A buffer to hold the frame's name. We can't use the Lisp string's
131 pointer (`name', above) because it might get relocated. */ 134 pointer (`name', above) because it might get relocated. */
132 char *namebuf; 135 char *namebuf;