Mercurial > emacs
changeset 32711:a4ed8c8001bd
(Fpos_visible_in_window_p): Update prototype
author | Miles Bader <miles@gnu.org> |
---|---|
date | Sat, 21 Oct 2000 08:00:30 +0000 |
parents | cd7dca826a03 |
children | add53414b14f |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Sat Oct 21 07:57:20 2000 +0000 +++ b/src/lisp.h Sat Oct 21 08:00:30 2000 +0000 @@ -2632,7 +2632,7 @@ extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int)); EXFUN (Fcoordinates_in_window_p, 2); EXFUN (Fwindow_at, 3); -EXFUN (Fpos_visible_in_window_p, 2); +EXFUN (Fpos_visible_in_window_p, 3); extern void mark_window_cursors_off P_ ((struct window *)); extern int window_internal_height P_ ((struct window *)); extern int window_internal_width P_ ((struct window *));