mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-14 16:50:58 +00:00
(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
This commit is contained in:
parent
6e53dc956b
commit
2e1df0e6b9
@ -5881,8 +5881,7 @@ make_lispy_event (event)
|
||||
spec[1] = event->y;
|
||||
return Fcons (Qmac_apple_event,
|
||||
Fcons (Fvector (2, spec),
|
||||
Fcons (mac_make_lispy_event_code (event->code),
|
||||
Qnil)));
|
||||
Fcons (event->arg, Qnil)));
|
||||
}
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user