From 715bde06c9e5acd869e56193751285708886a58f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 2 Jul 1995 06:07:43 +0000 Subject: [PATCH] (struct buffer): New field clip_changed. --- src/buffer.h | 3 +++ 1 file changed, 3 insertions(+) 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 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 -- 2.39.2