summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-20 00:39:09 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-20 00:39:09 +0000
commite042d829e1695624221094acfecbb903c17a6480 (patch)
tree974d39db09ac89884915392ea42e04d5f3be1c2f /src/buffer.h
parent3fd364dbd5a039ab8b5008b400143cca5e741999 (diff)
downloademacs-e042d829e1695624221094acfecbb903c17a6480.tar.gz
(struct buffer): New slot display_time.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index c56174707fb..2cfec1239bb 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -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;