]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.c
First commit to scratch/follow. Make Isearch work with Follow Mode, etc.
[gnu-emacs] / src / keyboard.c
index 02bc7d2a0b710dc48e05d24b35e63300223fb660..725c324eb77df1bae4a95b321920593b79a04b3c 100644 (file)
@@ -10658,7 +10658,7 @@ The `posn-' functions access elements of such lists.  */)
   if (NILP (window))
     window = selected_window;
 
-  tem = Fpos_visible_in_window_p (pos, window, Qt);
+  tem = Fpos_visible_in_window_p (pos, window, Qt, Qnil);
   if (!NILP (tem))
     {
       Lisp_Object x = XCAR (tem);