diff options
| author | Kenichi Handa | 2007-07-26 11:44:28 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2007-07-26 11:44:28 +0000 |
| commit | 2b89769e35e5763fb717e62c26021d60fe1a6e85 (patch) | |
| tree | 4f0cf3959f9348edef3ddb5b6778bca1b41686f3 /src | |
| parent | b9cb77b278b0b6add7965b11ccb2f6359e28c1cc (diff) | |
| download | emacs-2b89769e35e5763fb717e62c26021d60fe1a6e85.tar.gz 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. */) | |||
| 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 | ||