changeset 1096:d79192bacdce

(Fx_track_pointer): Pass new args to read_char. (Fx_select_region, Fx_horizontal_line): Likewise.
author Richard M. Stallman <rms@gnu.org>
date Fri, 11 Sep 1992 23:31:02 +0000
parents 6578f07e9eb8
children d9efc1c88574
files src/xfns.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfns.c	Fri Sep 11 23:30:25 1992 +0000
+++ b/src/xfns.c	Fri Sep 11 23:31:02 1992 +0000
@@ -3511,7 +3511,7 @@
 
  while (1)
    {
-     obj = read_char (-1);
+     obj = read_char (-1, 0, 0, Qnil, 0);
      if (XTYPE (obj) != Lisp_Cons)
        break;
 
@@ -3643,7 +3643,7 @@
 
       do
 	{
-	  obj = read_char (-1);
+	  obj = read_char (-1, 0, 0, Qnil, 0);
 	  if ((XTYPE (obj) != Lisp_Cons)
 	      || (! EQ (Fcar (Fcdr (Fcdr (obj))),
 		       Qvertical_scroll_bar))
@@ -3859,7 +3859,7 @@
       XFlush (x_current_display);
       UNBLOCK_INPUT;
 
-      obj = read_char (-1);
+      obj = read_char (-1, 0, 0, Qnil, 0);
       BLOCK_INPUT;
     }
   while (XTYPE (obj) == Lisp_Cons		   /* Mouse event */