aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorMiles Bader2000-10-21 08:02:17 +0000
committerMiles Bader2000-10-21 08:02:17 +0000
commitde54681ae510642d21f20e9dfd6f6e5125756980 (patch)
tree1351e602eeabc86f7a7ad3b7686032cec573064d /src/lisp.h
parent81e4d4652c51b98e90f39ef62048961dc2fca903 (diff)
downloademacs-de54681ae510642d21f20e9dfd6f6e5125756980.tar.gz
emacs-de54681ae510642d21f20e9dfd6f6e5125756980.zip
(Fpos_visible_in_window_p): Update prototype
Diffstat (limited to 'src/lisp.h')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 19620d93cea..ab7383efa32 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2632,7 +2632,7 @@ EXFUN (Fcurrent_window_configuration, 1);
2632extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int)); 2632extern int compare_window_configurations P_ ((Lisp_Object, Lisp_Object, int));
2633EXFUN (Fcoordinates_in_window_p, 2); 2633EXFUN (Fcoordinates_in_window_p, 2);
2634EXFUN (Fwindow_at, 3); 2634EXFUN (Fwindow_at, 3);
2635EXFUN (Fpos_visible_in_window_p, 2); 2635EXFUN (Fpos_visible_in_window_p, 3);
2636extern void mark_window_cursors_off P_ ((struct window *)); 2636extern void mark_window_cursors_off P_ ((struct window *));
2637extern int window_internal_height P_ ((struct window *)); 2637extern int window_internal_height P_ ((struct window *));
2638extern int window_internal_width P_ ((struct window *)); 2638extern int window_internal_width P_ ((struct window *));