aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 15f7c51f437..7d6e1475de9 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -172,6 +172,9 @@ struct buffer
172 int modtime; 172 int modtime;
173 /* the value of text.modiff at the last auto-save. */ 173 /* the value of text.modiff at the last auto-save. */
174 int auto_save_modified; 174 int auto_save_modified;
175 /* The time at which we detected a failure to auto-save,
176 Or -1 if we didn't have a failure. */
177 int auto_save_failure_time;
175 /* Position in buffer at which display started 178 /* Position in buffer at which display started
176 the last time this buffer was displayed */ 179 the last time this buffer was displayed */
177 int last_window_start; 180 int last_window_start;