Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
5880:44ba043ceada | 5881:31dd275fa683 |
---|---|
1 2015-03-31 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * event-stream.c (Faccept_process_output): | |
4 Restore the current buffer even on non-local exit in this | |
5 function, none of the code that uses #'accept-process-output is | |
6 actually prepared to handle the current buffer changing. | |
7 | |
1 2015-03-27 Vin Shelton <acs@xemacs.org> | 8 2015-03-27 Vin Shelton <acs@xemacs.org> |
2 | 9 |
3 * s/cygwin64.h: Fixed another stupid typo. | 10 * s/cygwin64.h: Fixed another stupid typo. |
4 | 11 |
5 2015-03-27 Aidan Kehoe <kehoea@parhasard.net> | 12 2015-03-27 Aidan Kehoe <kehoea@parhasard.net> |