Mercurial > emacs
changeset 51867:6713947da36f
(modify_overlay): Update prototype.
author | Andreas Schwab <schwab@suse.de> |
---|---|
date | Fri, 11 Jul 2003 09:05:18 +0000 |
parents | 60ea2b10b605 |
children | 6806fc84a58f |
files | src/buffer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Fri Jul 11 02:42:54 2003 +0000 +++ b/src/buffer.c Fri Jul 11 09:05:18 2003 +0000 @@ -184,7 +184,7 @@ static void alloc_buffer_text P_ ((struct buffer *, size_t)); static void free_buffer_text P_ ((struct buffer *b)); static struct Lisp_Overlay * copy_overlays P_ ((struct buffer *, struct Lisp_Overlay *)); -static void modify_overlay P_ ((struct buffer *, int, int)); +static void modify_overlay P_ ((struct buffer *, EMACS_INT, EMACS_INT)); /* For debugging; temporary. See set_buffer_internal. */