diff options
| author | Gerd Moellmann | 2001-01-05 12:31:03 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-05 12:31:03 +0000 |
| commit | 82c5d67ae0f9091e1557878e20ab52f4996f67a3 (patch) | |
| tree | 0fcfa9e760d8ab1d6d57bee7c6b5115e2c308649 /src | |
| parent | 3828218c96358a1cf76f21f24e7358b5e622e07a (diff) | |
| download | emacs-82c5d67ae0f9091e1557878e20ab52f4996f67a3.tar.gz emacs-82c5d67ae0f9091e1557878e20ab52f4996f67a3.zip | |
(XTread_socket) <LeaveNotify>: Set help_echo to nil.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) | |||
| 10111 | int n; | 10111 | int n; |
| 10112 | 10112 | ||
| 10113 | XSETFRAME (frame, f); | 10113 | XSETFRAME (frame, f); |
| 10114 | help_echo = Qnil; | ||
| 10114 | n = gen_help_event (bufp, numchars, | 10115 | n = gen_help_event (bufp, numchars, |
| 10115 | Qnil, frame, Qnil, Qnil, 0); | 10116 | Qnil, frame, Qnil, Qnil, 0); |
| 10116 | bufp += n, count += n, numchars -= n; | 10117 | bufp += n, count += n, numchars -= n; |