From: Miles Bader Date: Tue, 8 Aug 2000 23:46:25 +0000 (+0000) Subject: (overlays_at): Update prototype. X-Git-Tag: emacs-pretest-21.0.90~2401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bac40480f23b866feb6d50cdaf5ad4fec202b67d;p=emacs.git (overlays_at): Update prototype. --- diff --git a/src/buffer.h b/src/buffer.h index ae8e6a534d8..6014b42b584 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -1,5 +1,5 @@ /* Header file for the buffer manipulation primitives. - Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999 Free Software Foundation, Inc. + Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -788,7 +788,7 @@ extern struct buffer buffer_local_types; extern void reset_buffer P_ ((struct buffer *)); extern void evaporate_overlays P_ ((int)); -extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *)); +extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *, int)); extern int sort_overlays P_ ((Lisp_Object *, int, struct window *)); extern void recenter_overlay_lists P_ ((struct buffer *, int)); extern int overlay_strings P_ ((int, struct window *, unsigned char **));