diff options
| author | Paul Eggert | 2013-06-21 15:16:37 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-06-21 15:16:37 -0700 |
| commit | cbd6509c2955134034f776bed5cfaf1754770aee (patch) | |
| tree | 1056796a28159937aea3a44587fa23373a3a14a3 /src/ChangeLog | |
| parent | d26255f69c0a2c05c4611c377a2a4524084cb18a (diff) | |
| download | emacs-cbd6509c2955134034f776bed5cfaf1754770aee.tar.gz emacs-cbd6509c2955134034f776bed5cfaf1754770aee.zip | |
* process.c (create_process): Handle a couple more cases,
i.e., work even if new_argv and wait_child_setup[i] are cached.
Use Fcall_process's style for volatile vars.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0061b7ff9db..bdb8baf65d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-06-21 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * process.c (create_process): Handle a couple more cases, | ||
| 4 | i.e., work even if new_argv and wait_child_setup[i] are cached. | ||
| 5 | Use Fcall_process's style for volatile vars. | ||
| 6 | |||
| 1 | 2013-06-21 Andreas Schwab <schwab@linux-m68k.org> | 7 | 2013-06-21 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 8 | ||
| 3 | * process.c (create_process): Mark PROCESS volatile. | 9 | * process.c (create_process): Mark PROCESS volatile. |