Mercurial > emacs
changeset 72219:efb471b59acc
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Tue, 01 Aug 2006 00:12:55 +0000 |
parents | 23d71f51857b |
children | 059876b57133 |
files | src/ChangeLog |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Jul 31 21:36:43 2006 +0000 +++ b/src/ChangeLog Tue Aug 01 00:12:55 2006 +0000 @@ -1,3 +1,10 @@ +2006-08-01 Kim F. Storm <storm@cua.dk> + + * process.c (wait_reading_process_output_unwind): New function. + Restores waiting_for_user_input_p to saved value. + (wait_reading_process_output): Unwind protect waiting_for_user_input_p + instead of save/restore old value on stack. + 2006-07-30 Thien-Thi Nguyen <ttn@gnu.org> * editfns.c: Undo 2006-06-27 change.