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 58530248abc..7bc98a8b1d3 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -933,7 +933,7 @@ reset_buffer (register struct buffer *b)
933 bset_filename (b, Qnil); 933 bset_filename (b, Qnil);
934 bset_file_truename (b, Qnil); 934 bset_file_truename (b, Qnil);
935 bset_directory (b, current_buffer ? BVAR (current_buffer, directory) : Qnil); 935 bset_directory (b, current_buffer ? BVAR (current_buffer, directory) : Qnil);
936 b->modtime = make_emacs_time (0, UNKNOWN_MODTIME_NSECS); 936 b->modtime = make_timespec (0, UNKNOWN_MODTIME_NSECS);
937 b->modtime_size = -1; 937 b->modtime_size = -1;
938 XSETFASTINT (BVAR (b, save_length), 0); 938 XSETFASTINT (BVAR (b, save_length), 0);
939 b->last_window_start = 1; 939 b->last_window_start = 1;