aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index d9525f247d0..e42dbb2befd 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -937,7 +937,7 @@ reset_buffer (register struct buffer *b)
937 bset_filename (b, Qnil); 937 bset_filename (b, Qnil);
938 bset_file_truename (b, Qnil); 938 bset_file_truename (b, Qnil);
939 bset_directory (b, current_buffer ? BVAR (current_buffer, directory) : Qnil); 939 bset_directory (b, current_buffer ? BVAR (current_buffer, directory) : Qnil);
940 b->modtime = make_emacs_time (0, UNKNOWN_MODTIME_NSECS); 940 b->modtime = make_timespec (0, UNKNOWN_MODTIME_NSECS);
941 b->modtime_size = -1; 941 b->modtime_size = -1;
942 XSETFASTINT (BVAR (b, save_length), 0); 942 XSETFASTINT (BVAR (b, save_length), 0);
943 b->last_window_start = 1; 943 b->last_window_start = 1;