1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-17 10:06:13 +00:00

(strict buffer): New slot last_selected_window.

This commit is contained in:
Richard M. Stallman 1996-09-02 05:10:58 +00:00
parent aeafca1f94
commit 519052f372

View File

@ -404,9 +404,13 @@ struct buffer
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. */