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;
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;
}
}