aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-01-22 01:41:59 +0000
committerKim F. Storm2005-01-22 01:41:59 +0000
commitf9e697040d10847042d9f99859485555d16417cb (patch)
treed59a656de16fafb149d1a0f549d8f65380d6289d /src
parente56263e5264fb804da004bf51d649e6b7240c5f3 (diff)
downloademacs-f9e697040d10847042d9f99859485555d16417cb.tar.gz
emacs-f9e697040d10847042d9f99859485555d16417cb.zip
(pos_visible_p): Fix prototype.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
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));
2464extern void init_xdisp P_ ((void)); 2464extern void init_xdisp P_ ((void));
2465extern Lisp_Object safe_eval P_ ((Lisp_Object)); 2465extern Lisp_Object safe_eval P_ ((Lisp_Object));
2466extern int pos_visible_p P_ ((struct window *, int, int *, 2466extern 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. */
2470extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ())); 2470extern void memory_warnings P_ ((POINTER_TYPE *, void (*warnfun) ()));