(Finsert_file_contents): Just a cosmetic change; fix indentation.
This commit is contained in:
parent
b9cb77b278
commit
2b89769e35
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue