aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h
index e35840a92a0..551c0178505 100644
--- a/src/window.h
+++ b/src/window.h
@@ -124,6 +124,9 @@ struct window
124 Lisp_Object last_modified; 124 Lisp_Object last_modified;
125 /* Value of point at that time */ 125 /* Value of point at that time */
126 Lisp_Object last_point; 126 Lisp_Object last_point;
127 /* Non-nil if the buffer was "modified" when the window
128 was last updated. */
129 Lisp_Object last_had_star;
127 /* This window's vertical scroll bar. This field is only for use 130 /* This window's vertical scroll bar. This field is only for use
128 by the window-system-dependent code which implements the 131 by the window-system-dependent code which implements the
129 scroll bars; it can store anything it likes here. If this 132 scroll bars; it can store anything it likes here. If this