]> git.eshelyaron.com Git - emacs.git/commitdiff
(Finsert_file_contents): Just a cosmetic change; fix indentation.
authorKenichi Handa <handa@m17n.org>
Thu, 26 Jul 2007 11:44:28 +0000 (11:44 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 26 Jul 2007 11:44:28 +0000 (11:44 +0000)
src/fileio.c

index 2cdc5323d8e70c269e9939e92d5f5d952c395295..1e3b2ee970cde01636b0284469864ed15201bae2 100644 (file)
@@ -4548,7 +4548,7 @@ actually used.  */)
          unwind_data = Fcons (current_buffer->enable_multibyte_characters,
                               Fcons (current_buffer->undo_list,
                                      Fcurrent_buffer ()));
-             current_buffer->enable_multibyte_characters = Qnil;
+         current_buffer->enable_multibyte_characters = Qnil;
          current_buffer->undo_list = Qt;
          record_unwind_protect (decide_coding_unwind, unwind_data);