changeset 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 59ba1f5d0a16
children 65772ad7d4e1
files src/coding.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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