emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Lute Kamstra
Subject: [Emacs-diffs] Changes to emacs/src/buffer.c
Date: Wed, 23 Feb 2005 03:45:06 -0500

Index: emacs/src/buffer.c
diff -c emacs/src/buffer.c:1.473 emacs/src/buffer.c:1.474
*** emacs/src/buffer.c:1.473    Thu Feb  3 07:33:52 2005
--- emacs/src/buffer.c  Wed Feb 23 08:45:04 2005
***************
*** 1,6 ****
  /* Buffer manipulation primitives for GNU Emacs.
!    Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02, 03, 
2004
!       Free Software Foundation, Inc.
  
  This file is part of GNU Emacs.
  
--- 1,6 ----
  /* Buffer manipulation primitives for GNU Emacs.
!    Copyright (C) 1985, 86, 87, 88, 89, 93, 94, 95, 97, 98, 99, 
!      2000, 01, 02, 03, 04, 2005 Free Software Foundation, Inc. 
  
  This file is part of GNU Emacs.
  
***************
*** 3830,3836 ****
  }
  
  DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0,
!        doc: /* Return the buffer OVERLAY belongs to.  */)
       (overlay)
         Lisp_Object overlay;
  {
--- 3830,3837 ----
  }
  
  DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0,
!        doc: /* Return the buffer OVERLAY belongs to.
! Return nil if OVERLAY has been deleted.  */)
       (overlay)
         Lisp_Object overlay;
  {




reply via email to

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