* xterm.c (handle_one_xevent): bzero compose_status when nbytes

is not zero.
This commit is contained in:
Jan Djärv 2005-06-30 18:02:52 +00:00
parent f42e164952
commit a6d0ae558a
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2005-06-30 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
* xterm.c (handle_one_xevent): bzero compose_status when nbytes
is not zero.
2005-07-01 Masatake YAMATO <jet@gyve.org>
* emacs.c (main): Passing ADD_NO_RANDOMIZE to

View file

@ -6287,6 +6287,7 @@ handle_one_xevent (dpyinfo, eventp, finish, hold_quit)
if (compose_status.chars_matched > 0 && nbytes == 0)
break;
bzero (&compose_status, sizeof (compose_status));
orig_keysym = keysym;
/* Common for all keysym input events. */