comparison src/keyboard.c @ 90389:146cd8369025

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 259-273) - Update from CVS - lisp/replace.el (occur-engine): Bind `inhibit-field-text-motion' to t - Merge from gnus--rel--5.10 - Rename "field-at-point" to "field-at-pos" - (comint-insert-input): Remove redundant calls to setq and goto-char * gnus--rel--5.10 (patch 99-100) - Merge from emacs--devo--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Wed, 10 May 2006 20:42:41 +0000
parents c156f6a9e7b5 85887be0a943
children 8a8e69664178
comparison
equal deleted inserted replaced
90388:a786f674d33f 90389:146cd8369025
5879 5879
5880 spec[0] = event->x; 5880 spec[0] = event->x;
5881 spec[1] = event->y; 5881 spec[1] = event->y;
5882 return Fcons (Qmac_apple_event, 5882 return Fcons (Qmac_apple_event,
5883 Fcons (Fvector (2, spec), 5883 Fcons (Fvector (2, spec),
5884 Fcons (mac_make_lispy_event_code (event->code), 5884 Fcons (event->arg, Qnil)));
5885 Qnil)));
5886 } 5885 }
5887 #endif 5886 #endif
5888 5887
5889 /* The 'kind' field of the event is something we don't recognize. */ 5888 /* The 'kind' field of the event is something we don't recognize. */
5890 default: 5889 default: