diff options
| author | Paul Eggert | 2012-12-05 10:29:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-05 10:29:52 -0800 |
| commit | 644d3f0dbf38eca7a746e0fb5a7a0dd20d214949 (patch) | |
| tree | 5a8626e0d9f34ef6cf54afea65de0446a339e5cb /src/ChangeLog | |
| parent | ffcee8d7c43cef38612c39554212a5a20b75e05b (diff) | |
| download | emacs-644d3f0dbf38eca7a746e0fb5a7a0dd20d214949.tar.gz emacs-644d3f0dbf38eca7a746e0fb5a7a0dd20d214949.zip | |
Minor call-process cleanups.
* callproc.c (Fcall_process): Do record-unwind-protect on MSDOS
at the same time as other platforms, to simplify analysis.
No need for fd0_volatile since we have synch_process_fd.
Avoid needless emacs_close; arg is always negative.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ef67df9d792..a6ba03a0069 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-12-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Minor call-process cleanups. | ||
| 4 | * callproc.c (Fcall_process): Do record-unwind-protect on MSDOS | ||
| 5 | at the same time as other platforms, to simplify analysis. | ||
| 6 | No need for fd0_volatile since we have synch_process_fd. | ||
| 7 | Avoid needless emacs_close; arg is always negative. | ||
| 8 | |||
| 1 | 2012-12-04 Andreas Schwab <schwab@linux-m68k.org> | 9 | 2012-12-04 Andreas Schwab <schwab@linux-m68k.org> |
| 2 | 10 | ||
| 3 | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous | 11 | * callproc.c (Fcall_process): Fix specpdl nesting for asynchronous |