diff options
author | Miles Bader <miles@gnu.org> | 2006-05-10 20:42:41 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-05-10 20:42:41 +0000 |
commit | 3bcf2b084a0dd1ff0399480d57b87e01cfe061dc (patch) | |
tree | 355c68cda5a5c9c73824840df3cdae6320017283 /src/keyboard.c | |
parent | 0ea38cf9dca8f2b148d78f638eed17e8896984af (diff) | |
parent | d105bfecce2288cd99f591382586a22a4ce1b6f2 (diff) | |
download | emacs-3bcf2b084a0dd1ff0399480d57b87e01cfe061dc.tar.gz |
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
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 e3a77653ed6..b47df2bec7a 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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 |