Mercurial > emacs
diff src/msdos.c @ 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 | 5d20e989c3d4 |
| children | f39367e12c14 |
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); }
