diff options
Diffstat (limited to 'src/keyboard.c')
| -rw-r--r-- | src/keyboard.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 1ad852c819a..5dcd2f8f5ae 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -5992,8 +5992,7 @@ make_lispy_event (event) | |||
| 5992 | spec[1] = event->y; | 5992 | spec[1] = event->y; |
| 5993 | return Fcons (Qmac_apple_event, | 5993 | return Fcons (Qmac_apple_event, |
| 5994 | Fcons (Fvector (2, spec), | 5994 | Fcons (Fvector (2, spec), |
| 5995 | Fcons (mac_make_lispy_event_code (event->code), | 5995 | Fcons (event->arg, Qnil))); |
| 5996 | Qnil))); | ||
| 5997 | } | 5996 | } |
| 5998 | #endif | 5997 | #endif |
| 5999 | 5998 | ||