comparison src/bufslots.h @ 442:abe6d1db359e r21-2-36

Import from CVS: tag r21-2-36
author cvs
date Mon, 13 Aug 2007 11:35:02 +0200
parents 3ecd8885ac67
children 1ccc32a20af4
comparison
equal deleted inserted replaced
441:72a7cfa4a488 442:abe6d1db359e
187 MARKED_SLOT (undo_list); 187 MARKED_SLOT (undo_list);
188 188
189 /* FSFmacs has overlay stuff here. We have extent info elsewhere in the 189 /* FSFmacs has overlay stuff here. We have extent info elsewhere in the
190 struct buffer. */ 190 struct buffer. */
191 191
192 /* If dedicated_frame is non-nil, display_buffer tries to use it instead 192 /* dedicated_frame in lisp */
193 of the current frame */
194 MARKED_SLOT (dedicated_frame);
195 193
196 /* Lisp of symbols naming the file format used for visited file. */ 194 /* Lisp of symbols naming the file format used for visited file. */
197 MARKED_SLOT (file_format); 195 MARKED_SLOT (file_format);
198 196
199 #ifdef REGION_CACHE_NEEDS_WORK 197 #ifdef REGION_CACHE_NEEDS_WORK