1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-19 10:22:27 +00:00

* xterm.c (XTread_socket): Pass the proper number of arguments to

construct_mouse_click.
This commit is contained in:
Jim Blandy 1993-02-22 15:10:46 +00:00
parent 3d5d61aef4
commit b10fd412fc

View File

@ -2955,7 +2955,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected)
{
if (!x_focus_frame || (f == x_focus_frame))
construct_mouse_click (&emacs_event,
&event, f, Qnil, 0);
&event, f);
}
else
{