aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 995422b90fc..007cc14888e 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -9569,7 +9569,7 @@ mac_handle_text_input_event (next_handler, event, data)
9569 if (err == noErr && code < 0x80) 9569 if (err == noErr && code < 0x80)
9570 { 9570 {
9571 /* ASCII character. Process it in XTread_socket. */ 9571 /* ASCII character. Process it in XTread_socket. */
9572 if (read_socket_inev && code >= 0x20) 9572 if (read_socket_inev && code >= 0x20 && code <= 0x7e)
9573 { 9573 {
9574 struct frame *f = mac_focus_frame (&one_mac_display_info); 9574 struct frame *f = mac_focus_frame (&one_mac_display_info);
9575 9575