Mercurial > emacs
changeset 31010:040345be1d12
(w32_read_socket): Change calls to gen_help_event.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 21 Aug 2000 18:57:13 +0000 |
parents | 8c16eb0c611c |
children | bc4608ec8691 |
files | src/w32term.c |
diffstat | 1 files changed, 5 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32term.c Mon Aug 21 15:33:16 2000 +0000 +++ b/src/w32term.c Mon Aug 21 18:57:13 2000 +0000 @@ -7674,8 +7674,9 @@ frame = Qnil; any_help_event_p = 1; - n = gen_help_event (bufp, help_echo, frame, help_echo_window, - help_echo_object, help_echo_pos); + n = gen_help_event (bufp, numchars, help_echo, frame, + help_echo_window, help_echo_object, + help_echo_pos); bufp += n, count += n, numchars -= n; } break; @@ -8001,7 +8002,8 @@ int n; XSETFRAME (frame, f); - n = gen_help_event (bufp, Qnil, frame, Qnil, Qnil, 0); + n = gen_help_event (bufp, numchars, Qnil, frame, + Qnil, Qnil, 0); bufp += n, count += n, numchars -=n; } }