]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct buffer): New slot display_time.
authorRichard M. Stallman <rms@gnu.org>
Wed, 20 May 1998 00:39:09 +0000 (00:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 20 May 1998 00:39:09 +0000 (00:39 +0000)
src/buffer.h

index c56174707fb64c969e9cd1b2e8382e870e568501..2cfec1239bb2214ab99c2ea576cded26161572f1 100644 (file)
@@ -652,6 +652,9 @@ struct buffer
     /* Incremented each time the buffer is displayed in a window.  */
     Lisp_Object display_count;
  
+    /* Time stamp updated each time this buffer is displayed in a window.  */
+    Lisp_Object display_time;
+
     /* These are so we don't have to recompile everything
        the next few times we add a new slot.  */
     Lisp_Object extra2, extra3;