changeset 42087:32f317cd7f01

(struct buffer): New field `display_error_modiff'.
author Richard M. Stallman <rms@gnu.org>
date Sun, 16 Dec 2001 20:01:13 +0000
parents 1ff0e151fab0
children 11a505aa1322
files src/buffer.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/buffer.h	Sun Dec 16 19:14:37 2001 +0000
+++ b/src/buffer.h	Sun Dec 16 20:01:13 2001 +0000
@@ -493,8 +493,11 @@
      0 means visited file modtime unknown; in no case complain
      about any mismatch on next save attempt.  */
   int modtime;
-  /* the value of text->modiff at the last auto-save.  */
+  /* The value of text->modiff at the last auto-save.  */
   int auto_save_modified;
+  /* The value of text->modiff at the last display error.
+     Redisplay of this buffer is inhibited until it changes again.  */
+  int display_error_modiff;
   /* The time at which we detected a failure to auto-save,
      Or -1 if we didn't have a failure.  */
   int auto_save_failure_time;