diff src/coding.c @ 51842:efecd49d7338

(run_pre_post_conversion_on_str): Use new type for overlays_(before|after).
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 09 Jul 2003 14:52:55 +0000
parents 28be64986453
children 1d29dcb76e2b
line wrap: on
line diff
--- a/src/coding.c	Wed Jul 09 14:51:57 2003 +0000
+++ b/src/coding.c	Wed Jul 09 14:52:55 2003 +0000
@@ -6001,8 +6001,8 @@
   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