# HG changeset patch # User Richard M. Stallman # Date 841641058 0 # Node ID 2f421cfff6cca47e70f89700f9999dfaebf5a9ed # Parent 595d0ac6eff64fd28fe5c348ce6e38b6da596ffc (strict buffer): New slot last_selected_window. diff -r 595d0ac6eff6 -r 2f421cfff6cc src/buffer.h --- a/src/buffer.h Mon Sep 02 01:18:35 1996 +0000 +++ b/src/buffer.h Mon Sep 02 05:10:58 1996 +0000 @@ -404,9 +404,13 @@ if it is memq in that list. */ Lisp_Object invisibility_spec; + /* This is the last window that was selected with this buffer in it, + or nil if that window no longer displays this buffer. */ + Lisp_Object last_selected_window; + /* These are so we don't have to recompile everything the next few times we add a new slot. */ - Lisp_Object extra1, extra2, extra3; + Lisp_Object extra2, extra3; }; /* This points to the current buffer. */