Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
62936:d5d3c468d5c0 | 62937:23f332ae21c8 |
---|---|
3743 unsigned char buffer[1 << 14]; | 3743 unsigned char buffer[1 << 14]; |
3744 int replace_handled = 0; | 3744 int replace_handled = 0; |
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)) |
3752 error ("Cannot do file visiting in an indirect buffer"); | 3752 error ("Cannot do file visiting in an indirect buffer"); |
3753 | 3753 |