Mercurial > emacs
changeset 5557:d3c064f0062e
(struct buffer): New field auto_save_failure_time.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 10 Jan 1994 22:37:13 +0000 |
parents | 14161cfec24a |
children | 42ec75481b8b |
files | src/buffer.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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;