comparison src/buffer.h @ 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 2b48fd9bc80e
children b91e19be1513
comparison
equal deleted inserted replaced
5556:14161cfec24a 5557:d3c064f0062e
170 0 means visited file modtime unknown; in no case complain 170 0 means visited file modtime unknown; in no case complain
171 about any mismatch on next save attempt. */ 171 about any mismatch on next save attempt. */
172 int modtime; 172 int modtime;
173 /* the value of text.modiff at the last auto-save. */ 173 /* the value of text.modiff at the last auto-save. */
174 int auto_save_modified; 174 int auto_save_modified;
175 /* The time at which we detected a failure to auto-save,
176 Or -1 if we didn't have a failure. */
177 int auto_save_failure_time;
175 /* Position in buffer at which display started 178 /* Position in buffer at which display started
176 the last time this buffer was displayed */ 179 the last time this buffer was displayed */
177 int last_window_start; 180 int last_window_start;
178 181
179 /* Properties of this buffer's text -- conditionally compiled. */ 182 /* Properties of this buffer's text -- conditionally compiled. */