diff options
| author | Gerd Moellmann | 1999-10-30 20:43:26 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-30 20:43:26 +0000 |
| commit | 65113618fce53ca923965d3eefc849e43b2e01a9 (patch) | |
| tree | 6175092ac1afe8eceda763093ae20e94290696f9 /src | |
| parent | 17d28a2aa8dc3f5ed7a53d32c88701c500d597a7 (diff) | |
| download | emacs-65113618fce53ca923965d3eefc849e43b2e01a9.tar.gz emacs-65113618fce53ca923965d3eefc849e43b2e01a9.zip | |
Extend comment for optional_new_start.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h index 10aa6338139..ca507cd1625 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -126,7 +126,9 @@ struct window | |||
| 126 | set up for it in advance. Set by scrolling commands. */ | 126 | set up for it in advance. Set by scrolling commands. */ |
| 127 | Lisp_Object force_start; | 127 | Lisp_Object force_start; |
| 128 | /* Non-nil means we have explicitly changed the value of start, | 128 | /* Non-nil means we have explicitly changed the value of start, |
| 129 | but that the next redisplay is not obliged to use the new value. */ | 129 | but that the next redisplay is not obliged to use the new value. |
| 130 | This is used in Fdelete_other_windows to force a call to | ||
| 131 | Vwindow_scroll_functions. */ | ||
| 130 | Lisp_Object optional_new_start; | 132 | Lisp_Object optional_new_start; |
| 131 | /* Number of columns display within the window is scrolled to the left. */ | 133 | /* Number of columns display within the window is scrolled to the left. */ |
| 132 | Lisp_Object hscroll; | 134 | Lisp_Object hscroll; |