(run_pre_post_conversion_on_str): Use new type for overlays_(before|after).
This commit is contained in:
parent
88006f77c4
commit
d2394df5b5
1 changed files with 2 additions and 2 deletions
|
@ -6001,8 +6001,8 @@ run_pre_post_conversion_on_str (str, coding, encodep)
|
|||
buf->read_only = Qnil;
|
||||
buf->filename = Qnil;
|
||||
buf->undo_list = Qt;
|
||||
buf->overlays_before = Qnil;
|
||||
buf->overlays_after = Qnil;
|
||||
buf->overlays_before = NULL;
|
||||
buf->overlays_after = NULL;
|
||||
|
||||
set_buffer_internal (buf);
|
||||
/* We must insert the contents of STR as is without
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue