From: Richard M. Stallman Date: Mon, 10 Jan 1994 22:37:13 +0000 (+0000) Subject: (struct buffer): New field auto_save_failure_time. X-Git-Tag: emacs-19.34~10294 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4c0dc722280ebefb0921c178a2e80aeb219038a4;p=emacs.git (struct buffer): New field auto_save_failure_time. --- 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;