Mercurial > emacs
changeset 16066:2f421cfff6cc
(strict buffer): New slot last_selected_window.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 Sep 1996 05:10:58 +0000 |
parents | 595d0ac6eff6 |
children | 5c9f298c9875 |
files | src/buffer.h |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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. */