From 4c0dc722280ebefb0921c178a2e80aeb219038a4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 10 Jan 1994 22:37:13 +0000 Subject: [PATCH] (struct buffer): New field auto_save_failure_time. --- src/buffer.h | 3 +++ 1 file changed, 3 insertions(+) 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 int modtime; /* the value of text.modiff at the last auto-save. */ int auto_save_modified; + /* 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; /* Position in buffer at which display started the last time this buffer was displayed */ int last_window_start; -- 2.39.5