diff options
| author | Richard M. Stallman | 1994-03-23 05:07:26 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-03-23 05:07:26 +0000 |
| commit | 84f6bcba554cde6fa7e9d45222587009535b6fc8 (patch) | |
| tree | 1837a98304ab85d0b3cc68b7120ab9e93c06c9e5 /src/buffer.c | |
| parent | 54c0b967c32301ded44820b25dede7ead4cd462f (diff) | |
| download | emacs-84f6bcba554cde6fa7e9d45222587009535b6fc8.tar.gz emacs-84f6bcba554cde6fa7e9d45222587009535b6fc8.zip | |
(reset_buffer): Init auto_save_failure_time slot.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buffer.c b/src/buffer.c index 0ec21775194..43097ab1bee 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -304,6 +304,7 @@ reset_buffer (b) | |||
| 304 | b->last_window_start = 1; | 304 | b->last_window_start = 1; |
| 305 | b->backed_up = Qnil; | 305 | b->backed_up = Qnil; |
| 306 | b->auto_save_modified = 0; | 306 | b->auto_save_modified = 0; |
| 307 | b->auto_save_failure_time = -1; | ||
| 307 | b->auto_save_file_name = Qnil; | 308 | b->auto_save_file_name = Qnil; |
| 308 | b->read_only = Qnil; | 309 | b->read_only = Qnil; |
| 309 | b->overlays_before = Qnil; | 310 | b->overlays_before = Qnil; |