aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 9222f8442a0..52d2f53ac61 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -3653,7 +3653,7 @@ The value is a list of the form (HIGH . LOW), like the time values\n\
3653that `file-attributes' returns.") 3653that `file-attributes' returns.")
3654 () 3654 ()
3655{ 3655{
3656 return long_to_cons (current_buffer->modtime); 3656 return long_to_cons ((unsigned long) current_buffer->modtime);
3657} 3657}
3658 3658
3659DEFUN ("set-visited-file-modtime", Fset_visited_file_modtime, 3659DEFUN ("set-visited-file-modtime", Fset_visited_file_modtime,