# HG changeset patch # User Jim Blandy # Date 714205894 0 # Node ID f1df63f98e5c71012fd824cb9d5f38d7e6643d16 # Parent e18ddc0b2c874cb577c1bcdb2d6d47b752774340 * keyboard.c (init_keyboard): Changed "#endif SIGIO" to "#endif /* SIGIO */" * keyboard.c (Fexecute_mouse_event): dyked-out function deleted. We're not going to use this mouse interface. (Vmouse_window, Vmouse_event, Vmouse_event_function, Vmouse_left_hook, Vmap_frame_hook, Vunmap_frame_hook, Vmouse_motion_handler): Variables deleted; they were to be used by Fexecute_mouse_event. (syms_of_keyboard): Same. (command_loop_1): Remove dyked-out code to support Fexecute_mouse_event. (read_char): Same. * keyboard.c (Vlast_event_frame): Don't define this window if MULTI_FRAME is not #defined. (syms_of_keyboard): Same. (kbd_buffer_store_event): Don't try to work with Vlast_event_frame if MULTI_FRAME is not #defined. (kbd_buffer_get_event): Same. * keyboard.c (Fdiscard_input): Removed dyked-out code from when unread_command_char's quiescent value was -1, not nil. diff -r e18ddc0b2c87 -r f1df63f98e5c src/keyboard.c --- a/src/keyboard.c Wed Aug 19 06:30:25 1992 +0000 +++ b/src/keyboard.c Wed Aug 19 06:31:34 1992 +0000 @@ -3298,7 +3298,7 @@ /* Note SIGIO has been undef'd if FIONREAD is missing. */ #ifdef SIGIO signal (SIGIO, input_available_signal); -#endif SIGIO +#endif /* SIGIO */ } /* Use interrupt input by default, if it works and noninterrupt input