diff options
| author | Stefan Monnier | 2005-05-31 21:54:43 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-05-31 21:54:43 +0000 |
| commit | 490ee85358426111f2289db9912ac1404f76940d (patch) | |
| tree | 4974c0e4ecbefe64e924a0b134a93f6326323ca0 /src | |
| parent | 4cbf66013b4e8fa3f3129489a50e950132899325 (diff) | |
| download | emacs-490ee85358426111f2289db9912ac1404f76940d.tar.gz emacs-490ee85358426111f2289db9912ac1404f76940d.zip | |
(Finsert_file_contents): Lisp_Object/int mixup.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 4dac185ac81..537b7f4d10d 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3745,7 +3745,7 @@ actually used. */) | |||
| 3745 | int set_coding_system = 0; | 3745 | int set_coding_system = 0; |
| 3746 | int coding_system_decided = 0; | 3746 | int coding_system_decided = 0; |
| 3747 | int read_quit = 0; | 3747 | int read_quit = 0; |
| 3748 | int old_Vdeactivate_mark = Vdeactivate_mark; | 3748 | Lisp_Object old_Vdeactivate_mark = Vdeactivate_mark; |
| 3749 | int we_locked_file = 0; | 3749 | int we_locked_file = 0; |
| 3750 | 3750 | ||
| 3751 | if (current_buffer->base_buffer && ! NILP (visit)) | 3751 | if (current_buffer->base_buffer && ! NILP (visit)) |