X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fframeslots.h;h=4fe27bfcd2a27d103ea020402bde829be0de05a1;hp=1674ce67bff8b81a4fbe013dd587dafc96e8ce5e;hb=a1655b870904de973c366d85ebdc8adde4ef5e1e;hpb=c855f9c824a0fc23e52e92d65ec8a34bd51cddd7 diff --git a/src/frameslots.h b/src/frameslots.h index 1674ce6..4fe27bf 100644 --- a/src/frameslots.h +++ b/src/frameslots.h @@ -84,6 +84,9 @@ Boston, MA 02111-1307, USA. */ /* 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. */