1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-09 08:21:30 -07:00

(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.

This commit is contained in:
Richard M. Stallman 1994-10-14 09:33:49 +00:00
parent a2216d6439
commit bd513d9d32

View file

@ -2319,7 +2319,7 @@ read_input_waiting ()
/* 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++)
{