emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/buffer.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/buffer.h
Date: Sun, 16 Dec 2001 15:01:14 -0500

Index: emacs/src/buffer.h
diff -c emacs/src/buffer.h:1.83 emacs/src/buffer.h:1.84
*** emacs/src/buffer.h:1.83     Mon Nov  5 02:39:02 2001
--- emacs/src/buffer.h  Sun Dec 16 15:01:13 2001
***************
*** 493,500 ****
       0 means visited file modtime unknown; in no case complain
       about any mismatch on next save attempt.  */
    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;
--- 493,503 ----
       0 means visited file modtime unknown; in no case complain
       about any mismatch on next save attempt.  */
    int modtime;
!   /* The value of text->modiff at the last auto-save.  */
    int auto_save_modified;
+   /* The value of text->modiff at the last display error.
+      Redisplay of this buffer is inhibited until it changes again.  */
+   int display_error_modiff;
    /* 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]