Mercurial > emacs
changeset 70380:85887be0a943
(make_lispy_event) [MAC_OS]: Get Apple event info from event->arg.
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Fri, 05 May 2006 06:43:50 +0000 |
parents | 8a0284e52e27 |
children | 606c88bcaeee |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Fri May 05 06:43:12 2006 +0000 +++ b/src/keyboard.c Fri May 05 06:43:50 2006 +0000 @@ -5881,8 +5881,7 @@ 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