]> git.eshelyaron.com Git - emacs.git/commitdiff
(read_input_waiting): Set e.frame_or_window w/ XSETFRAME.
authorRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 09:33:49 +0000 (09:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 14 Oct 1994 09:33:49 +0000 (09:33 +0000)
src/sysdep.c

index e868bc9c499a8ac285f4857afc397dd2b976d13a..ac9853a724fe61a84aa51be823510894f6b565bf 100644 (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++)
        {