]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpos_visible_in_window_p): Update prototype
authorMiles Bader <miles@gnu.org>
Sat, 21 Oct 2000 08:02:17 +0000 (08:02 +0000)
committerMiles Bader <miles@gnu.org>
Sat, 21 Oct 2000 08:02:17 +0000 (08:02 +0000)
src/ChangeLog
src/lisp.h

index e6ae01e40ab820a48ed467e7ea5ac1f5f5dfbf0e..4d64cde2e0dbf523afc700910d3437f94a948444 100644 (file)
@@ -1,3 +1,12 @@
+2000-10-21  Miles Bader  <miles@gnu.org>
+
+       * window.c (pos_fully_visible_in_window_p): New function.
+       (Fpos_visible_in_window_p): Add FULLY argument.
+       Use pos_fully_visible_in_window_p.
+       (window_scroll_pixel_based, window_scroll_line_based): Update
+       calls to Fpos_visible_in_window_p.
+       * lisp.h (Fpos_visible_in_window_p): Update prototype
+
 2000-10-20  Gerd Moellmann  <gerd@gnu.org>
 
        * alloc.c (toplevel): Conditionalize compilation of mem_*
index 19620d93cea5220782a5a37e72be6c08802dcdc2..ab7383efa3263f27bd6d8b8c1c252efca0c64619 100644 (file)
@@ -2632,7 +2632,7 @@ EXFUN (Fcurrent_window_configuration, 1);
 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 *));