(XTread_socket) <LeaveNotify>: Set help_echo to nil.

This commit is contained in:
Gerd Moellmann 2001-01-05 12:31:03 +00:00
parent 3828218c96
commit 82c5d67ae0

View file

@ -10111,6 +10111,7 @@ XTread_socket (sd, bufp, numchars, expected)
int n;
XSETFRAME (frame, f);
help_echo = Qnil;
n = gen_help_event (bufp, numchars,
Qnil, frame, Qnil, Qnil, 0);
bufp += n, count += n, numchars -= n;