1
0
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:
YAMAMOTO Mitsuharu 2006-05-05 06:43:50 +00:00
parent 6e53dc956b
commit 2e1df0e6b9

View File

@ -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