emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Wed, 09 Jul 2003 10:52:56 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.286 emacs/src/coding.c:1.287
*** emacs/src/coding.c:1.286    Wed Jun  4 08:43:09 2003
--- emacs/src/coding.c  Wed Jul  9 10:52:55 2003
***************
*** 6001,6008 ****
    buf->read_only = Qnil;
    buf->filename = Qnil;
    buf->undo_list = Qt;
!   buf->overlays_before = Qnil;
!   buf->overlays_after = Qnil;
  
    set_buffer_internal (buf);
    /* We must insert the contents of STR as is without
--- 6001,6008 ----
    buf->read_only = Qnil;
    buf->filename = Qnil;
    buf->undo_list = Qt;
!   buf->overlays_before = NULL;
!   buf->overlays_after = NULL;
  
    set_buffer_internal (buf);
    /* We must insert the contents of STR as is without




reply via email to

[Prev in Thread] Current Thread [Next in Thread]