From: Gerd Moellmann Date: Fri, 5 Jan 2001 12:31:03 +0000 (+0000) Subject: (XTread_socket) : Set help_echo to nil. X-Git-Tag: emacs-pretest-21.0.95~91 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=82c5d67ae0f9091e1557878e20ab52f4996f67a3;p=emacs.git (XTread_socket) : Set help_echo to nil. --- 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;