From d2394df5b555f331da89a687d5132bac058d3f44 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Wed, 9 Jul 2003 14:52:55 +0000 Subject: [PATCH] (run_pre_post_conversion_on_str): Use new type for overlays_(before|after). --- src/coding.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/coding.c b/src/coding.c index b6458f284f9..5afd7b6050e 100644 --- a/src/coding.c +++ b/src/coding.c @@ -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 -- 2.39.2