diff options
| author | Kim F. Storm | 2005-01-22 01:41:59 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-01-22 01:41:59 +0000 |
| commit | f9e697040d10847042d9f99859485555d16417cb (patch) | |
| tree | d59a656de16fafb149d1a0f549d8f65380d6289d /src | |
| parent | e56263e5264fb804da004bf51d649e6b7240c5f3 (diff) | |
| download | emacs-f9e697040d10847042d9f99859485555d16417cb.tar.gz emacs-f9e697040d10847042d9f99859485555d16417cb.zip | |
(pos_visible_p): Fix prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 49acb225e1e..c0408ddf6e3 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2464,7 +2464,7 @@ extern void syms_of_xdisp P_ ((void)); | |||
| 2464 | extern void init_xdisp P_ ((void)); | 2464 | extern void init_xdisp P_ ((void)); |
| 2465 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); | 2465 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); |
| 2466 | extern int pos_visible_p P_ ((struct window *, int, int *, | 2466 | extern int pos_visible_p P_ ((struct window *, int, int *, |
| 2467 | int *, int *, int)); | 2467 | int *, int *, int *, int)); |
| 2468 | 2468 | ||
| 2469 | /* Defined in vm-limit.c. */ | 2469 | /* Defined in vm-limit.c. */ |
| 2470 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); | 2470 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); |