# HG changeset patch # User Richard M. Stallman # Date 758241433 0 # Node ID d3c064f0062ef138333180bc49b9fc98239199d0 # Parent 14161cfec24ac5b95e8afd6e7d130188467fdf7e (struct buffer): New field auto_save_failure_time. diff -r 14161cfec24a -r d3c064f0062e src/buffer.h --- a/src/buffer.h Mon Jan 10 22:36:49 1994 +0000 +++ b/src/buffer.h Mon Jan 10 22:37:13 1994 +0000 @@ -172,6 +172,9 @@ 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;