diff options
| author | Richard M. Stallman | 1995-07-02 06:07:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-07-02 06:07:43 +0000 |
| commit | 715bde06c9e5acd869e56193751285708886a58f (patch) | |
| tree | 1d616ed3acdf14b6ea11d12a40a3253f24e9831b /src/buffer.h | |
| parent | 6f20989276ec5126b5808e24b266224165d4e823 (diff) | |
| download | emacs-715bde06c9e5acd869e56193751285708886a58f.tar.gz emacs-715bde06c9e5acd869e56193751285708886a58f.zip | |
(struct buffer): New field clip_changed.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 4930cf25de3..b5f65fcfa08 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -226,6 +226,9 @@ struct buffer | |||
| 226 | the last time this buffer was displayed. */ | 226 | the last time this buffer was displayed. */ |
| 227 | int last_window_start; | 227 | int last_window_start; |
| 228 | 228 | ||
| 229 | /* Set nonzero whenever the narrowing is changed in this buffer. */ | ||
| 230 | int clip_changed; | ||
| 231 | |||
| 229 | /* If the long line scan cache is enabled (i.e. the buffer-local | 232 | /* If the long line scan cache is enabled (i.e. the buffer-local |
| 230 | variable cache-long-line-scans is non-nil), newline_cache | 233 | variable cache-long-line-scans is non-nil), newline_cache |
| 231 | points to the newline cache, and width_run_cache points to the | 234 | points to the newline cache, and width_run_cache points to the |