Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/frameslots.h Mon Aug 13 11:16:09 2007 +0200 +++ b/src/frameslots.h Mon Aug 13 11:17:09 2007 +0200 @@ -84,6 +84,9 @@ /* frame property list */ MARKED_SLOT (plist); + /* buffer_alist at last redisplay. */ + MARKED_SLOT (old_buffer_alist); + /* A copy of the global Vbuffer_list, to maintain a per-frame buffer ordering. The Vbuffer_list variable and the buffer_list slot of each frame contain exactly the same data, just in different orders. */