Mercurial > emacs
changeset 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 | d5d3c468d5c0 |
children | 3c0952cf4004 |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))