changeset 35082:f329eb3f956b

(XTread_socket) <LeaveNotify>: Set help_echo to nil.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 05 Jan 2001 12:31:03 +0000
parents cace7f565e03
children cfac1ece4f23
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Jan 05 12:23:11 2001 +0000
+++ b/src/xterm.c	Fri Jan 05 12:31:03 2001 +0000
@@ -10111,6 +10111,7 @@
 		      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;