# HG changeset patch # User Richard M. Stallman # Date 804665263 0 # Node ID a188da6410e42551d11fb00d12b53f44766e90f0 # Parent a5cfab57f3e5126e0dcce48bd1142d80118493dc (struct buffer): New field clip_changed. diff -r a5cfab57f3e5 -r a188da6410e4 src/buffer.h --- a/src/buffer.h Sun Jul 02 02:36:32 1995 +0000 +++ b/src/buffer.h Sun Jul 02 06:07:43 1995 +0000 @@ -226,6 +226,9 @@ the last time this buffer was displayed. */ int last_window_start; + /* Set nonzero whenever the narrowing is changed in this buffer. */ + int clip_changed; + /* If the long line scan cache is enabled (i.e. the buffer-local variable cache-long-line-scans is non-nil), newline_cache points to the newline cache, and width_run_cache points to the