changeset 1935:047e196658fa

* xterm.c (XTread_socket): Pass the proper number of arguments to construct_mouse_click.
author Jim Blandy <jimb@redhat.com>
date Mon, 22 Feb 1993 15:10:46 +0000
parents 458a1fceb462
children 82bbf90208d4
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Mon Feb 22 15:10:16 1993 +0000
+++ b/src/xterm.c	Mon Feb 22 15:10:46 1993 +0000
@@ -2955,7 +2955,7 @@
 	      {
 		if (!x_focus_frame || (f == x_focus_frame))
 		  construct_mouse_click (&emacs_event,
-					 &event, f, Qnil, 0);
+					 &event, f);
 	      }
 	    else
 	      {