]> code.delx.au - gnu-emacs/commitdiff
(strict buffer): New slot last_selected_window.
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 05:10:58 +0000 (05:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 Sep 1996 05:10:58 +0000 (05:10 +0000)
src/buffer.h

index fafe6ec0b76e84a75026ca9eb297d3c78febf1c5..cbacfb97116388dc52edea7992ac7d1f01412e02 100644 (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;
   };
 \f
 /* This points to the current buffer.  */