aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorAndreas Schwab2009-05-02 11:54:43 +0000
committerAndreas Schwab2009-05-02 11:54:43 +0000
commit59c4c60fb1b371be5566e44b3fa6cb377001f958 (patch)
treea72afa9535467b70948ff81da5e4629a02d00229 /src/ChangeLog
parent409ea3a1dd530feabeb8f7f21dfd9c4aa2eb7a43 (diff)
downloademacs-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/ChangeLog3
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 @@
12009-05-02 Andreas Schwab <schwab@linux-m68k.org> 12009-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)