emacs-diffs
[Top][All Lists]
Advanced

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

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


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

Index: emacs/src/fileio.c
diff -c emacs/src/fileio.c:1.490 emacs/src/fileio.c:1.491
*** emacs/src/fileio.c:1.490    Sat Jun 21 20:04:10 2003
--- emacs/src/fileio.c  Wed Jul  9 10:50:51 2003
***************
*** 1,5 ****
  /* File IO for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000, 2001
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
--- 1,5 ----
  /* File IO for GNU Emacs.
!    Copyright (C) 1985,86,87,88,93,94,95,96,97,98,99,2000,01,2003
       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
***************
*** 3844,3851 ****
                  buf->read_only = Qnil;
                  buf->filename = Qnil;
                  buf->undo_list = Qt;
!                 buf->overlays_before = Qnil;
!                 buf->overlays_after = Qnil;
  
                  set_buffer_internal (buf);
                  Ferase_buffer ();
--- 3844,3851 ----
                  buf->read_only = Qnil;
                  buf->filename = Qnil;
                  buf->undo_list = Qt;
!                 buf->overlays_before = NULL;
!                 buf->overlays_after = NULL;
  
                  set_buffer_internal (buf);
                  Ferase_buffer ();




reply via email to

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