]> git.eshelyaron.com Git - emacs.git/commit
(BUFFER_SIZE_FACTOR): Remove.
authorKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:47:48 +0000 (23:47 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 27 Feb 2004 23:47:48 +0000 (23:47 +0000)
commit9f893fc68f7cb32ef68c2bf013adcd8fd01c1210
tree1bc6f94723698b6e2b15596513f2884e7d1ca074
parentff158530cbc6f357fba722e867be0673568345d1
(BUFFER_SIZE_FACTOR): Remove.
(read_input_waiting): Adapt to new read_socket_hook interface.
Remove allocation and initialization of local input_event buffer,
as read_socket_hook stores events directly in fifo.  Allocate and
initialize local hold_quit event to handle postponed quit event
(and store it if set by kbd_buffer_store_event_hold).
src/sysdep.c