diff options
| author | Stefan Monnier | 2010-04-11 11:53:13 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-11 11:53:13 -0400 |
| commit | 3a4fa2f208236104db1bab0c1c76e0bffd7955c1 (patch) | |
| tree | 73d7d4a9b4d43ce9ff7c0f248be31b7e23acd80d /src/ChangeLog | |
| parent | 3acb4c9315578a26d878907a61da8487246ef470 (diff) | |
| download | emacs-3a4fa2f208236104db1bab0c1c76e0bffd7955c1.tar.gz emacs-3a4fa2f208236104db1bab0c1c76e0bffd7955c1.zip | |
(read_process_output): Move the save-current-buffer to
apply to both the filter and the non-filter branches.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c4d1b983a61..6f0e2a73ccf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * process.c (read_process_output): Move the save-current-buffer to | ||
| 4 | apply to both the filter and the non-filter branches. | ||
| 5 | |||
| 1 | 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2010-04-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * s/msdos.h (UNEXEC): New definition. | 8 | * s/msdos.h (UNEXEC): New definition. |