]> git.eshelyaron.com Git - emacs.git/commitdiff
(run_pre_post_conversion_on_str): Use new type for overlays_(before|after).
authorStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Jul 2003 14:52:55 +0000 (14:52 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Wed, 9 Jul 2003 14:52:55 +0000 (14:52 +0000)
src/coding.c

index b6458f284f91983e56eaba7378afa6fe9e704a01..5afd7b6050e1263bfbaf0eec1b91d08078074808 100644 (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