changeset 7501:7196bd4f57d4

(XTread_socket): For button events, clear compose_status.
author Richard M. Stallman <rms@gnu.org>
date Sat, 14 May 1994 22:17:13 +0000
parents 6088846b51d3
children 30ce667c8026
files src/xterm.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sat May 14 20:31:52 1994 +0000
+++ b/src/xterm.c	Sat May 14 22:17:13 1994 +0000
@@ -4151,6 +4151,8 @@
 	    struct input_event emacs_event;
 	    emacs_event.kind = no_event;
 
+	    bzero (&compose_status, sizeof (compose_status));
+
 	    f = x_window_to_frame (event.xbutton.window);
 	    if (f)
 	      {