aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/macterm.c b/src/macterm.c
index e285480a9e9..dacdd6c8b91 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -12960,16 +12960,6 @@ XTread_socket (int sd, struct input_event *bufp, int numchars, int expected)
12960 bufp->code = KeyTranslate (kchr_ptr, new_keycode, 12960 bufp->code = KeyTranslate (kchr_ptr, new_keycode,
12961 &some_state) & 0xff; 12961 &some_state) & 0xff;
12962 } 12962 }
12963#if USE_CARBON_EVENTS
12964 else if (er.modifiers & cmdKey &&
12965 (NILP (Vmac_command_key_is_meta)))
12966 {
12967 /* If this is a command key (and we are not overriding it),
12968 send back to the operating system */
12969 SendEventToEventTarget (eventRef, GetEventDispatcherTarget ());
12970 break;
12971 }
12972#endif
12973 else 12963 else
12974 bufp->code = er.message & charCodeMask; 12964 bufp->code = er.message & charCodeMask;
12975 bufp->kind = ASCII_KEYSTROKE_EVENT; 12965 bufp->kind = ASCII_KEYSTROKE_EVENT;