aboutsummaryrefslogtreecommitdiffstats
path: root/src/fileio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fileio.c')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 82b31036fb9..d9bc28d8c37 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -5005,7 +5005,7 @@ An argument specifies the modification time value to use
5005{ 5005{
5006 if (!NILP (time_list)) 5006 if (!NILP (time_list))
5007 { 5007 {
5008 current_buffer->modtime = cons_to_long (time_list); 5008 CONS_TO_INTEGER (time_list, time_t, current_buffer->modtime);
5009 current_buffer->modtime_size = -1; 5009 current_buffer->modtime_size = -1;
5010 } 5010 }
5011 else 5011 else