mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-26 07:11:34 -08:00
(struct buffer): New field `display_error_modiff'.
This commit is contained in:
parent
e5ecf6e91e
commit
5e3093901a
1 changed files with 4 additions and 1 deletions
|
|
@ -493,8 +493,11 @@ struct buffer
|
|||
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. */
|
||||
/* 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue