diff options
| author | Stefan Monnier | 2010-04-11 12:15:09 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-11 12:15:09 -0400 |
| commit | 97e53006f6c56bcbe190c56dadb350759644bfaa (patch) | |
| tree | 8fa7b30b63525b5953e173d1e16f47ff50de697b /src/ChangeLog | |
| parent | 3a4fa2f208236104db1bab0c1c76e0bffd7955c1 (diff) | |
| download | emacs-97e53006f6c56bcbe190c56dadb350759644bfaa.tar.gz emacs-97e53006f6c56bcbe190c56dadb350759644bfaa.zip | |
* process.c (exec_sentinel): Preserve current-buffer.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6f0e2a73ccf..92a05505d91 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-04-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * process.c (exec_sentinel): Preserve current-buffer. | ||
| 4 | |||
| 3 | * process.c (read_process_output): Move the save-current-buffer to | 5 | * process.c (read_process_output): Move the save-current-buffer to |
| 4 | apply to both the filter and the non-filter branches. | 6 | apply to both the filter and the non-filter branches. |
| 5 | 7 | ||