aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 5b86bce1484..b6e636e7873 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -493,8 +493,11 @@ struct buffer
493 0 means visited file modtime unknown; in no case complain 493 0 means visited file modtime unknown; in no case complain
494 about any mismatch on next save attempt. */ 494 about any mismatch on next save attempt. */
495 int modtime; 495 int modtime;
496 /* the value of text->modiff at the last auto-save. */ 496 /* The value of text->modiff at the last auto-save. */
497 int auto_save_modified; 497 int auto_save_modified;
498 /* The value of text->modiff at the last display error.
499 Redisplay of this buffer is inhibited until it changes again. */
500 int display_error_modiff;
498 /* The time at which we detected a failure to auto-save, 501 /* The time at which we detected a failure to auto-save,
499 Or -1 if we didn't have a failure. */ 502 Or -1 if we didn't have a failure. */
500 int auto_save_failure_time; 503 int auto_save_failure_time;