mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(Finsert_file_contents): Lisp_Object/int mixup.
This commit is contained in:
parent
4cbf66013b
commit
490ee85358
@ -3745,7 +3745,7 @@ actually used. */)
|
||||
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))
|
||||
|
Loading…
Reference in New Issue
Block a user