Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 5881:31dd275fa683
Preserv the current buffer on non-local exit, #'accept-process-output.
2015-03-31 Aidan Kehoe <kehoea@parhasard.net>
* event-stream.c (Faccept_process_output):
Restore the current buffer even on non-local exit in this
function, none of the code that uses #'accept-process-output is
actually prepared to handle the current buffer changing.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 31 Mar 2015 18:42:21 +0100 |
parents | 44ba043ceada |
children | d93195c2c906 |
line wrap: on
line diff
--- a/src/ChangeLog Sat Mar 28 16:03:33 2015 -0400 +++ b/src/ChangeLog Tue Mar 31 18:42:21 2015 +0100 @@ -1,3 +1,10 @@ +2015-03-31 Aidan Kehoe <kehoea@parhasard.net> + + * event-stream.c (Faccept_process_output): + Restore the current buffer even on non-local exit in this + function, none of the code that uses #'accept-process-output is + actually prepared to handle the current buffer changing. + 2015-03-27 Vin Shelton <acs@xemacs.org> * s/cygwin64.h: Fixed another stupid typo.