aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2004-04-20 22:17:08 +0000
committerKim F. Storm2004-04-20 22:17:08 +0000
commitb1bd81349503cb8b478d3903dd219559108d3cd7 (patch)
treedb73c42b3433634f62cc48008a7092cd79fee1b7 /src
parentec026e7a3eeb0e4b8322fe8bddb3962e10dba966 (diff)
downloademacs-b1bd81349503cb8b478d3903dd219559108d3cd7.tar.gz
emacs-b1bd81349503cb8b478d3903dd219559108d3cd7.zip
(pos_visible_p): Fix prototype.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h3
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));
2391extern void syms_of_xdisp P_ ((void)); 2391extern void syms_of_xdisp P_ ((void));
2392extern void init_xdisp P_ ((void)); 2392extern void init_xdisp P_ ((void));
2393extern Lisp_Object safe_eval P_ ((Lisp_Object)); 2393extern Lisp_Object safe_eval P_ ((Lisp_Object));
2394extern int pos_visible_p P_ ((struct window *, int, int *, int)); 2394extern 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. */
2397extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); 2398extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));