Mercurial > emacs
changeset 30180:c36d4c8b21b6
(dos_rawgetc): Adapt to change of HELP_EVENTs.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 13 Jul 2000 14:08:34 +0000 |
parents | 9c30c64ab61d |
children | 770a280db6ee |
files | src/msdos.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/msdos.c Thu Jul 13 14:08:18 2000 +0000 +++ b/src/msdos.c Thu Jul 13 14:08:34 2000 +0000 @@ -3242,7 +3242,8 @@ if (!NILP (help_echo) || !NILP (previous_help_echo)) { event.kind = HELP_EVENT; - event.frame_or_window = Fcons (selected_frame, help_echo); + event.frame_or_window = selected_frame; + event.arg = help_echo; event.timestamp = event_timestamp (); kbd_buffer_store_event (&event); }