Mercurial > emacs
diff src/ChangeLog @ 103134:9569175bb813
(read_process_output): Make sure the current buffer is
always restored.
author | Andreas Schwab <schwab@linux-m68k.org> |
---|---|
date | Sat, 02 May 2009 11:54:43 +0000 |
parents | 2f7395806731 |
children | 5a5e07d71f3c |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 02 11:32:42 2009 +0000 +++ b/src/ChangeLog Sat May 02 11:54:43 2009 +0000 @@ -1,5 +1,8 @@ 2009-05-02 Andreas Schwab <schwab@linux-m68k.org> + * process.c (read_process_output): Make sure the current buffer is + always restored. + * coding.c (record_conversion_result): Don't modify Vlast_code_conversion_error for successful result. (alloc_destination): Don't clobber conversion result. (Bug#1650)