[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macterm.c
From: |
Andrew Choi |
Subject: |
[Emacs-diffs] Changes to emacs/src/macterm.c |
Date: |
Sun, 25 Aug 2002 12:40:41 -0400 |
Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.16 emacs/src/macterm.c:1.17
*** emacs/src/macterm.c:1.16 Mon Aug 12 00:33:59 2002
--- emacs/src/macterm.c Sun Aug 25 12:40:40 2002
***************
*** 12960,12975 ****
bufp->code = KeyTranslate (kchr_ptr, new_keycode,
&some_state) & 0xff;
}
- #if USE_CARBON_EVENTS
- else if (er.modifiers & cmdKey &&
- (NILP (Vmac_command_key_is_meta)))
- {
- /* If this is a command key (and we are not overriding it),
- send back to the operating system */
- SendEventToEventTarget (eventRef, GetEventDispatcherTarget
());
- break;
- }
- #endif
else
bufp->code = er.message & charCodeMask;
bufp->kind = ASCII_KEYSTROKE_EVENT;
--- 12960,12965 ----
- [Emacs-diffs] Changes to emacs/src/macterm.c, Andrew Choi, 2002/08/03
- [Emacs-diffs] Changes to emacs/src/macterm.c, Andrew Choi, 2002/08/04
- [Emacs-diffs] Changes to emacs/src/macterm.c, Andrew Choi, 2002/08/10
- [Emacs-diffs] Changes to emacs/src/macterm.c, Andrew Choi, 2002/08/12
- [Emacs-diffs] Changes to emacs/src/macterm.c,
Andrew Choi <=
- [Emacs-diffs] Changes to emacs/src/macterm.c, Kim F. Storm, 2002/08/30
- [Emacs-diffs] Changes to emacs/src/macterm.c, Andrew Choi, 2002/08/30