diff options
| author | Glenn Morris | 2011-12-06 00:17:35 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-12-06 00:17:35 -0800 |
| commit | 2bf2618007dd1f5038ae741a693c3924aee86e78 (patch) | |
| tree | b881a29881e233b3e5eebc8c8b09c201671b5dd4 /src/ChangeLog | |
| parent | 2a185919b41986949f592ea51e17a3ac6c9afa2b (diff) | |
| download | emacs-2bf2618007dd1f5038ae741a693c3924aee86e78.tar.gz emacs-2bf2618007dd1f5038ae741a693c3924aee86e78.zip | |
* src/process.c (start_process_unwind): Treat any pid <= 0, except -2,
as an error, not just -1.
For example, make_process inits the pid to 0.
Fixes: debbugs:10217
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 e22d6cb8cfb..30a504c4bda 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-12-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * process.c (start_process_unwind): Treat any pid <= 0, except -2, | ||
| 4 | as an error, not just -1. (Bug#10217) | ||
| 5 | |||
| 1 | 2011-12-05 Chong Yidong <cyd@gnu.org> | 6 | 2011-12-05 Chong Yidong <cyd@gnu.org> |
| 2 | 7 | ||
| 3 | * keyboard.c (process_special_events): New function. | 8 | * keyboard.c (process_special_events): New function. |