diff options
| author | Richard M. Stallman | 1996-11-10 00:25:20 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-11-10 00:25:20 +0000 |
| commit | fbf44f72c8a62da4268d7ed060fe809686bc9b7a (patch) | |
| tree | 5992fed78cc35c5f47aa4095263fd23524fda43b /src/window.h | |
| parent | e3dce9ba220383ad8e8a9cf033702084b7ce2045 (diff) | |
| download | emacs-fbf44f72c8a62da4268d7ed060fe809686bc9b7a.tar.gz emacs-fbf44f72c8a62da4268d7ed060fe809686bc9b7a.zip | |
(struct window): New field optional_new_start.
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index ba2f81e53d2..0e35ad0d8a7 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -112,6 +112,9 @@ struct window | |||
| 112 | /* Non-nil means next redisplay must use the value of start | 112 | /* Non-nil means next redisplay must use the value of start |
| 113 | set up for it in advance. Set by scrolling commands. */ | 113 | set up for it in advance. Set by scrolling commands. */ |
| 114 | Lisp_Object force_start; | 114 | Lisp_Object force_start; |
| 115 | /* Non-nil means we have explicitly changed the value of start, | ||
| 116 | but that the next redisplay is not obliged to use the new value. */ | ||
| 117 | Lisp_Object optional_new_start; | ||
| 115 | /* Number of columns display within the window is scrolled to the left. */ | 118 | /* Number of columns display within the window is scrolled to the left. */ |
| 116 | Lisp_Object hscroll; | 119 | Lisp_Object hscroll; |
| 117 | /* Number saying how recently window was selected */ | 120 | /* Number saying how recently window was selected */ |