comparison src/buffer.h @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children 501cfd01ee6d
comparison
equal deleted inserted replaced
405:0e08f63c74d2 406:b8cc9ab3f761
196 0 means visited file modtime unknown; in no case complain 196 0 means visited file modtime unknown; in no case complain
197 about any mismatch on next save attempt. */ 197 about any mismatch on next save attempt. */
198 int modtime; 198 int modtime;
199 199
200 /* the value of text->modiff at the last auto-save. */ 200 /* the value of text->modiff at the last auto-save. */
201 int auto_save_modified; 201 long auto_save_modified;
202 202
203 /* The time at which we detected a failure to auto-save, 203 /* The time at which we detected a failure to auto-save,
204 Or -1 if we didn't have a failure. */ 204 Or -1 if we didn't have a failure. */
205 int auto_save_failure_time; 205 int auto_save_failure_time;
206 206