Mercurial > emacs
changeset 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 | a57ca25e9c62 |
children | 08906793cec3 |
files | src/buffer.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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;