]> code.delx.au - gnu-emacs/commitdiff
(struct buffer): New field auto_save_failure_time.
authorRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 1994 22:37:13 +0000 (22:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 10 Jan 1994 22:37:13 +0000 (22:37 +0000)
src/buffer.h

index 15f7c51f4372f54452396f1b1c607f8222ecf3ab..7d6e1475de9f93f86ddf3b7b59e00e4be7b92d0c 100644 (file)
@@ -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;