diff src/buffer.h @ 17219:e3db9264789e

(struct buffer): New field display_count.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Mar 1997 04:05:44 +0000
parents 78f7b873184b
children 371736608f2f
line wrap: on
line diff
--- a/src/buffer.h	Sat Mar 22 04:04:53 1997 +0000
+++ b/src/buffer.h	Sat Mar 22 04:05:44 1997 +0000
@@ -436,6 +436,9 @@
        or nil if that window no longer displays this buffer.  */
     Lisp_Object last_selected_window;
 
+    /* Incremented each time the buffer is displayed in a window.  */
+    Lisp_Object display_count;
+ 
     /* These are so we don't have to recompile everything
        the next few times we add a new slot.  */
     Lisp_Object extra2, extra3;