diff options
| author | Miles Bader | 2000-08-08 23:46:25 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-08-08 23:46:25 +0000 |
| commit | bac40480f23b866feb6d50cdaf5ad4fec202b67d (patch) | |
| tree | 8327db4ae270e44b5ce311e056d0c10393634a8a /src/buffer.h | |
| parent | ac869cf7156a3da3b015ca070c202b493082ce44 (diff) | |
| download | emacs-bac40480f23b866feb6d50cdaf5ad4fec202b67d.tar.gz emacs-bac40480f23b866feb6d50cdaf5ad4fec202b67d.zip | |
(overlays_at): Update prototype.
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ | |||
| 1 | /* Header file for the buffer manipulation primitives. | 1 | /* Header file for the buffer manipulation primitives. |
| 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999 Free Software Foundation, Inc. | 2 | Copyright (C) 1985, 86, 93, 94, 95, 97, 1998, 1999, 2000 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||
| @@ -788,7 +788,7 @@ extern struct buffer buffer_local_types; | |||
| 788 | 788 | ||
| 789 | extern void reset_buffer P_ ((struct buffer *)); | 789 | extern void reset_buffer P_ ((struct buffer *)); |
| 790 | extern void evaporate_overlays P_ ((int)); | 790 | extern void evaporate_overlays P_ ((int)); |
| 791 | extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *)); | 791 | extern int overlays_at P_ ((int, int, Lisp_Object **, int *, int *, int *, int)); |
| 792 | extern int sort_overlays P_ ((Lisp_Object *, int, struct window *)); | 792 | extern int sort_overlays P_ ((Lisp_Object *, int, struct window *)); |
| 793 | extern void recenter_overlay_lists P_ ((struct buffer *, int)); | 793 | extern void recenter_overlay_lists P_ ((struct buffer *, int)); |
| 794 | extern int overlay_strings P_ ((int, struct window *, unsigned char **)); | 794 | extern int overlay_strings P_ ((int, struct window *, unsigned char **)); |