comparison src/fileio.c @ 90994:ec7f3d1dca6e

(Finsert_file_contents): Just a cosmetic change; fix indentation.
author Kenichi Handa <handa@m17n.org>
date Thu, 26 Jul 2007 11:44:28 +0000
parents 988f1edc9674
children f55f9811f5d7
comparison
equal deleted inserted replaced
90993:a9e96c4a1a90 90994:ec7f3d1dca6e
4546 int count = SPECPDL_INDEX (); 4546 int count = SPECPDL_INDEX ();
4547 4547
4548 unwind_data = Fcons (current_buffer->enable_multibyte_characters, 4548 unwind_data = Fcons (current_buffer->enable_multibyte_characters,
4549 Fcons (current_buffer->undo_list, 4549 Fcons (current_buffer->undo_list,
4550 Fcurrent_buffer ())); 4550 Fcurrent_buffer ()));
4551 current_buffer->enable_multibyte_characters = Qnil; 4551 current_buffer->enable_multibyte_characters = Qnil;
4552 current_buffer->undo_list = Qt; 4552 current_buffer->undo_list = Qt;
4553 record_unwind_protect (decide_coding_unwind, unwind_data); 4553 record_unwind_protect (decide_coding_unwind, unwind_data);
4554 4554
4555 if (inserted > 0 && ! NILP (Vset_auto_coding_function)) 4555 if (inserted > 0 && ! NILP (Vset_auto_coding_function))
4556 { 4556 {