(run_pre_post_conversion_on_str): Use new type for overlays_(before|after).

This commit is contained in:
Stefan Monnier 2003-07-09 14:52:55 +00:00
parent 88006f77c4
commit d2394df5b5

View file

@ -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