]> git.eshelyaron.com Git - emacs.git/commitdiff
(XTread_socket) <LeaveNotify>: Set help_echo to nil.
authorGerd Moellmann <gerd@gnu.org>
Fri, 5 Jan 2001 12:31:03 +0000 (12:31 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 5 Jan 2001 12:31:03 +0000 (12:31 +0000)
src/xterm.c

index f6405548a8ef34558a134276ac4e3624cf404ead..920ed1b4f04722c529ce0a0b2a75daf2ad81f6f9 100644 (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;