From 82c5d67ae0f9091e1557878e20ab52f4996f67a3 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 5 Jan 2001 12:31:03 +0000 Subject: [PATCH] (XTread_socket) : Set help_echo to nil. --- src/xterm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/xterm.c b/src/xterm.c index f6405548a8e..920ed1b4f04 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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; -- 2.39.2