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:
parent
a2216d6439
commit
bd513d9d32
1 changed files with 1 additions and 1 deletions
|
|
@ -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++)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue