comparison src/buffer.c @ 83260:25f02aeb20f4

Merged from miles@gnu.org--gnu-2005 (patch 27, 120-125) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-120 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-121 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-122 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-123 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-124 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-125 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-27 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-300
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 23 Feb 2005 11:26:15 +0000
parents 3dcba0bc766b f0a03b682c19
children 92c8be21e2c3
comparison
equal deleted inserted replaced
83259:cf4b5d1da82f 83260:25f02aeb20f4
1 /* Buffer manipulation primitives for GNU Emacs. 1 /* Buffer manipulation primitives for GNU Emacs.
2 Copyright (C) 1985,86,87,88,89,93,94,95,97,98, 1999, 2000, 2001, 02, 03, 2004 2 Copyright (C) 1985, 86, 87, 88, 89, 93, 94, 95, 97, 98, 99,
3 Free Software Foundation, Inc. 3 2000, 01, 02, 03, 04, 2005 Free Software Foundation, Inc.
4 4
5 This file is part of GNU Emacs. 5 This file is part of GNU Emacs.
6 6
7 GNU Emacs is free software; you can redistribute it and/or modify 7 GNU Emacs is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
3828 3828
3829 return (Fmarker_position (OVERLAY_END (overlay))); 3829 return (Fmarker_position (OVERLAY_END (overlay)));
3830 } 3830 }
3831 3831
3832 DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0, 3832 DEFUN ("overlay-buffer", Foverlay_buffer, Soverlay_buffer, 1, 1, 0,
3833 doc: /* Return the buffer OVERLAY belongs to. */) 3833 doc: /* Return the buffer OVERLAY belongs to.
3834 Return nil if OVERLAY has been deleted. */)
3834 (overlay) 3835 (overlay)
3835 Lisp_Object overlay; 3836 Lisp_Object overlay;
3836 { 3837 {
3837 CHECK_OVERLAY (overlay); 3838 CHECK_OVERLAY (overlay);
3838 3839