/[emacs]/emacs/src/buffer.h
ViewVC logotype

Diff of /emacs/src/buffer.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.83 by pj, Mon Nov 5 07:39:02 2001 UTC revision 1.84 by rms, Sun Dec 16 20:01:13 2001 UTC
# Line 493  struct buffer Line 493  struct buffer
493       0 means visited file modtime unknown; in no case complain       0 means visited file modtime unknown; in no case complain
494       about any mismatch on next save attempt.  */       about any mismatch on next save attempt.  */
495    int modtime;    int modtime;
496    /* the value of text->modiff at the last auto-save.  */    /* The value of text->modiff at the last auto-save.  */
497    int auto_save_modified;    int auto_save_modified;
498      /* The value of text->modiff at the last display error.
499         Redisplay of this buffer is inhibited until it changes again.  */
500      int display_error_modiff;
501    /* The time at which we detected a failure to auto-save,    /* The time at which we detected a failure to auto-save,
502       Or -1 if we didn't have a failure.  */       Or -1 if we didn't have a failure.  */
503    int auto_save_failure_time;    int auto_save_failure_time;

Legend:
Removed from v.1.83  
changed lines
  Added in v.1.84

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26