diff 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
line wrap: on
line diff
--- a/src/fileio.c	Thu Jul 26 11:42:32 2007 +0000
+++ b/src/fileio.c	Thu Jul 26 11:44:28 2007 +0000
@@ -4548,7 +4548,7 @@
 	  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);