Mercurial > emacs
changeset 9532:e71667634f07
(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 14 Oct 1994 09:33:49 +0000 |
parents | 41a73e2f439e |
children | b589ba0d8960 |
files | src/sysdep.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/sysdep.c Fri Oct 14 08:15:07 1994 +0000 +++ b/src/sysdep.c Fri Oct 14 09:33:49 1994 +0000 @@ -2319,7 +2319,7 @@ /* Scan the chars for C-g and store them in kbd_buffer. */ e.kind = ascii_keystroke; - e.frame_or_window = selected_frame; + XSETFRAME (e.frame_or_window, selected_frame); e.modifiers = 0; for (i = 0; i < nread; i++) {