Mercurial > emacs
diff src/buffer.h @ 22151:a48831a21513
(struct buffer): New slot display_time.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 20 May 1998 00:39:09 +0000 |
| parents | c26bceb68019 |
| children | a80f6d8c1dc6 |
line wrap: on
line diff
--- a/src/buffer.h Wed May 20 00:38:47 1998 +0000 +++ b/src/buffer.h Wed May 20 00:39:09 1998 +0000 @@ -652,6 +652,9 @@ /* 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;
