diff options
| author | Andreas Schwab | 2009-05-02 11:54:43 +0000 |
|---|---|---|
| committer | Andreas Schwab | 2009-05-02 11:54:43 +0000 |
| commit | 59c4c60fb1b371be5566e44b3fa6cb377001f958 (patch) | |
| tree | a72afa9535467b70948ff81da5e4629a02d00229 /src/ChangeLog | |
| parent | 409ea3a1dd530feabeb8f7f21dfd9c4aa2eb7a43 (diff) | |
| download | emacs-59c4c60fb1b371be5566e44b3fa6cb377001f958.tar.gz emacs-59c4c60fb1b371be5566e44b3fa6cb377001f958.zip | |
(read_process_output): Make sure the current buffer is
always restored.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4ba1d7fae65..83cbb6f6b2d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-05-02 Andreas Schwab <schwab@linux-m68k.org> | 1 | 2009-05-02 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 2 | ||
| 3 | * process.c (read_process_output): Make sure the current buffer is | ||
| 4 | always restored. | ||
| 5 | |||
| 3 | * coding.c (record_conversion_result): Don't modify | 6 | * coding.c (record_conversion_result): Don't modify |
| 4 | Vlast_code_conversion_error for successful result. | 7 | Vlast_code_conversion_error for successful result. |
| 5 | (alloc_destination): Don't clobber conversion result. (Bug#1650) | 8 | (alloc_destination): Don't clobber conversion result. (Bug#1650) |