Mercurial > emacs
changeset 15808:3afa38a18102
(XTread_socket): Delete the code to pass menu bar keys
to the toolkit alone.
(XTread_socket): Don't fail to pass button events to toolkit.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 31 Jul 1996 17:18:54 +0000 |
parents | 508ec69917b1 |
children | e367879c21df |
files | src/xterm.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Jul 31 16:54:23 1996 +0000 +++ b/src/xterm.c Wed Jul 31 17:18:54 1996 +0000 @@ -4059,6 +4059,7 @@ else if (event.type == ButtonPress) { last_mouse_press_frame = Qnil; + goto OTHER; } #ifdef USE_MOTIF /* This should do not harm for Lucid, but I am trying to be cautious. */ @@ -4072,6 +4073,8 @@ SET_SAVED_BUTTON_EVENT; } } + else + goto OTHER; } #endif /* USE_MOTIF */ else