diff options
author | Kenichi Handa <handa@m17n.org> | 2007-07-26 11:44:28 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2007-07-26 11:44:28 +0000 |
commit | 2b89769e35e5763fb717e62c26021d60fe1a6e85 (patch) | |
tree | 4f0cf3959f9348edef3ddb5b6778bca1b41686f3 /src | |
parent | b9cb77b278b0b6add7965b11ccb2f6359e28c1cc (diff) | |
download | emacs-2b89769e35e5763fb717e62c26021d60fe1a6e85.tar.gz emacs-2b89769e35e5763fb717e62c26021d60fe1a6e85.tar.bz2 emacs-2b89769e35e5763fb717e62c26021d60fe1a6e85.zip |
(Finsert_file_contents): Just a cosmetic change; fix indentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index 2cdc5323d8e..1e3b2ee970c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -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); |