Mercurial > emacs
changeset 56715:3f2803fc673a
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 19 Aug 2004 13:56:39 +0000 |
parents | ba670a86ca95 |
children | c126b8b6a314 |
files | src/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 19 10:08:15 2004 +0000 +++ b/src/ChangeLog Thu Aug 19 13:56:39 2004 +0000 @@ -1,5 +1,10 @@ 2004-08-19 Kim F. Storm <storm@cua.dk> + * process.c (wait_reading_process_input): Clean up. + Add wait_for_cell, wait_proc, and just_wait_proc args + to avoid overloading `read_kbd' and `do_display' args. + Change read_kbd arg to int. All callers changed. + * process.c (process_send_signal): Use CDISABLE. * sysdep.c (child_setup_tty, init_sys_modes): Use CDISABLE.