aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c1
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;