diff options
| author | Jim Blandy | 1993-02-22 15:10:46 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-02-22 15:10:46 +0000 |
| commit | b10fd412fcb92bd9c5e7d610430863a68d9e0494 (patch) | |
| tree | 3cef52e8a6595796ecfbacb7ecb1b6beb613e585 /src | |
| parent | 3d5d61aef42f863d5297084dd5038fd6ada502e9 (diff) | |
| download | emacs-b10fd412fcb92bd9c5e7d610430863a68d9e0494.tar.gz emacs-b10fd412fcb92bd9c5e7d610430863a68d9e0494.zip | |
* xterm.c (XTread_socket): Pass the proper number of arguments to
construct_mouse_click.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8ac66499ca0..fb968162ec5 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2955,7 +2955,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected) | |||
| 2955 | { | 2955 | { |
| 2956 | if (!x_focus_frame || (f == x_focus_frame)) | 2956 | if (!x_focus_frame || (f == x_focus_frame)) |
| 2957 | construct_mouse_click (&emacs_event, | 2957 | construct_mouse_click (&emacs_event, |
| 2958 | &event, f, Qnil, 0); | 2958 | &event, f); |
| 2959 | } | 2959 | } |
| 2960 | else | 2960 | else |
| 2961 | { | 2961 | { |