diff src/fileio.c @ 62937:23f332ae21c8

(Finsert_file_contents): Lisp_Object/int mixup.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 31 May 2005 21:54:43 +0000
parents 12b3cd6b8467
children c3da886cec72 6aee1e9b0bd7 01137c1fdbe9
line wrap: on
line diff
--- a/src/fileio.c	Tue May 31 20:55:48 2005 +0000
+++ b/src/fileio.c	Tue May 31 21:54:43 2005 +0000
@@ -3745,7 +3745,7 @@
   int set_coding_system = 0;
   int coding_system_decided = 0;
   int read_quit = 0;
-  int old_Vdeactivate_mark = Vdeactivate_mark;
+  Lisp_Object old_Vdeactivate_mark = Vdeactivate_mark;
   int we_locked_file = 0;
 
   if (current_buffer->base_buffer && ! NILP (visit))