Mercurial > emacs
changeset 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 | a9e96c4a1a90 |
children | 9a391d85a79f |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);