Mercurial > emacs
diff src/sysdep.c @ 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 | 4dd2d351ea53 |
| children | b36d5e88cccc |
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++) {
