aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1997-03-22 04:05:44 +0000
committerRichard M. Stallman <[email protected]>1997-03-22 04:05:44 +0000
commitf809d1628d2bd65b2cf6e8ca0fe9feb2dda9f88b (patch)
treedcdfdd87109bf29cb62eb3ceb79805e2ae06c0c1
parent7962a441e707c0e59e39023d9ef44e697eba3e2b (diff)
(struct buffer): New field display_count.
-rw-r--r--src/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 21f3242259..0a3100ebcb 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -436,6 +436,9 @@ struct buffer
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;