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 9035a986b4c..0759ce1c43c 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -693,6 +693,7 @@ reset_buffer (b)
693 b->file_truename = Qnil; 693 b->file_truename = Qnil;
694 b->directory = (current_buffer) ? current_buffer->directory : Qnil; 694 b->directory = (current_buffer) ? current_buffer->directory : Qnil;
695 b->modtime = 0; 695 b->modtime = 0;
696 b->modtime_size = -1;
696 XSETFASTINT (b->save_length, 0); 697 XSETFASTINT (b->save_length, 0);
697 b->last_window_start = 1; 698 b->last_window_start = 1;
698 /* It is more conservative to start out "changed" than "unchanged". */ 699 /* It is more conservative to start out "changed" than "unchanged". */