Mercurial > emacs
changeset 15542:f57ee448e79e
(struct window): New field, last_had_star.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 28 Jun 1996 08:09:53 +0000 |
parents | 09b145e9bf4d |
children | 1047c2816dd4 |
files | src/window.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.h Fri Jun 28 08:08:45 1996 +0000 +++ b/src/window.h Fri Jun 28 08:09:53 1996 +0000 @@ -124,6 +124,9 @@ Lisp_Object last_modified; /* Value of point at that time */ Lisp_Object last_point; + /* Non-nil if the buffer was "modified" when the window + was last updated. */ + Lisp_Object last_had_star; /* This window's vertical scroll bar. This field is only for use by the window-system-dependent code which implements the scroll bars; it can store anything it likes here. If this