Mercurial > emacs
changeset 53660:f32ec57f0445
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 Jan 2004 05:46:48 +0000 |
parents | 291acfb4bf40 |
children | 41bc433c6843 |
files | src/ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Wed Jan 21 05:27:58 2004 +0000 +++ b/src/ChangeLog Wed Jan 21 05:46:48 2004 +0000 @@ -1,3 +1,14 @@ +2004-01-21 Stefan Monnier <monnier@iro.umontreal.ca> + + * process.c (wait_reading_process_input) [SYNC_INPUT]: + Check interrupt_input_pending explicitly. + + * lisp.h (QUIT) [SYNC_INPUT]: Check interrupt_input_pending as well. + + * keyboard.c (handle_async_input): New fun, + extracted from input_available_signal. + (input_available_signal, reinvoke_input_signal): Use it. + 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca> * buffer.c (buffer_defaults, buffer_local_symbols): Use DECL_ALIGN.