diff options
| author | Stefan Monnier | 2010-04-29 10:29:09 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2010-04-29 10:29:09 -0400 |
| commit | d2630aefd3b7b9b543dad2bb2f352238da67a933 (patch) | |
| tree | 947e632087df165b9047ab876ad37ccd27be259a /src/ChangeLog | |
| parent | f9dddf52913e213f85dac43fecad6620462f408d (diff) | |
| download | emacs-d2630aefd3b7b9b543dad2bb2f352238da67a933.tar.gz emacs-d2630aefd3b7b9b543dad2bb2f352238da67a933.zip | |
Don't burp if process sentinel/filter kills the current buffer.
* process.c (read_process_output, exec_sentinel): Don't burp if the
sentinel/filter kills the current buffer.
Fixes: debbugs:6060
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 0f15ed95e0a..c24493293e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2010-04-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 2 | ||
| 3 | * process.c (read_process_output, exec_sentinel): Don't burp if the | ||
| 4 | sentinel/filter kills the current buffer (bug#6060). | ||
| 5 | |||
| 3 | Fix wrong-docstring problem introduced with hash-consing. (Bug#6008) | 6 | Fix wrong-docstring problem introduced with hash-consing. (Bug#6008) |
| 4 | * eval.c (Fautoload): Set doc to a unique number rather than to 0. | 7 | * eval.c (Fautoload): Set doc to a unique number rather than to 0. |
| 5 | Remove unused var `args'. | 8 | Remove unused var `args'. |