changeset 11878:86257fdd585c

(Fvisited_file_modtime): Cast arg to long_to_cons.
author Karl Heuer <kwzh@gnu.org>
date Tue, 23 May 1995 00:11:46 +0000
parents 1c98f33055fa
children 606889516975
files src/fileio.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fileio.c	Mon May 22 22:48:09 1995 +0000
+++ b/src/fileio.c	Tue May 23 00:11:46 1995 +0000
@@ -3653,7 +3653,7 @@
 that `file-attributes' returns.")
   ()
 {
-  return long_to_cons (current_buffer->modtime);
+  return long_to_cons ((unsigned long) current_buffer->modtime);
 }
 
 DEFUN ("set-visited-file-modtime", Fset_visited_file_modtime,