diff options
| author | Kim F. Storm | 2004-04-20 22:17:08 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2004-04-20 22:17:08 +0000 |
| commit | b1bd81349503cb8b478d3903dd219559108d3cd7 (patch) | |
| tree | db73c42b3433634f62cc48008a7092cd79fee1b7 /src | |
| parent | ec026e7a3eeb0e4b8322fe8bddb3962e10dba966 (diff) | |
| download | emacs-b1bd81349503cb8b478d3903dd219559108d3cd7.tar.gz emacs-b1bd81349503cb8b478d3903dd219559108d3cd7.zip | |
(pos_visible_p): Fix prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 64216214499..265d3c29273 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -2391,7 +2391,8 @@ void set_frame_cursor_types P_ ((struct frame *, Lisp_Object)); | |||
| 2391 | extern void syms_of_xdisp P_ ((void)); | 2391 | extern void syms_of_xdisp P_ ((void)); |
| 2392 | extern void init_xdisp P_ ((void)); | 2392 | extern void init_xdisp P_ ((void)); |
| 2393 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); | 2393 | extern Lisp_Object safe_eval P_ ((Lisp_Object)); |
| 2394 | extern int pos_visible_p P_ ((struct window *, int, int *, int)); | 2394 | extern int pos_visible_p P_ ((struct window *, int, int *, |
| 2395 | int *, int *, int)); | ||
| 2395 | 2396 | ||
| 2396 | /* Defined in vm-limit.c. */ | 2397 | /* Defined in vm-limit.c. */ |
| 2397 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); | 2398 | extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); |