diff options
| author | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2011-09-09 03:06:52 +0200 |
| commit | 5e617bc2b62189768814fafd1a875e89a094d3ef (patch) | |
| tree | d96d22e012035d044557abf4de0b8e30b03d61b7 /src/callproc.c | |
| parent | 9b1c252e294bed3aef0d2f2fc5d1fa9f72df9ee8 (diff) | |
| download | emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.tar.gz emacs-5e617bc2b62189768814fafd1a875e89a094d3ef.zip | |
Whitespace changes.
Diffstat (limited to 'src/callproc.c')
| -rw-r--r-- | src/callproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/callproc.c b/src/callproc.c index 1bdb57a27d0..97531f73848 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -691,7 +691,7 @@ usage: (call-process PROGRAM &optional INFILE BUFFER DISPLAY &rest ARGS) */) | |||
| 691 | /* Enable sending signal if user quits below. */ | 691 | /* Enable sending signal if user quits below. */ |
| 692 | call_process_exited = 0; | 692 | call_process_exited = 0; |
| 693 | 693 | ||
| 694 | #if defined(MSDOS) | 694 | #if defined (MSDOS) |
| 695 | /* MSDOS needs different cleanup information. */ | 695 | /* MSDOS needs different cleanup information. */ |
| 696 | record_unwind_protect (call_process_cleanup, | 696 | record_unwind_protect (call_process_cleanup, |
| 697 | Fcons (Fcurrent_buffer (), | 697 | Fcons (Fcurrent_buffer (), |
| @@ -1315,7 +1315,7 @@ child_setup (int in, int out, int err, register char **new_argv, int set_pgrp, L | |||
| 1315 | if (err != in && err != out) | 1315 | if (err != in && err != out) |
| 1316 | emacs_close (err); | 1316 | emacs_close (err); |
| 1317 | 1317 | ||
| 1318 | #if defined(USG) | 1318 | #if defined (USG) |
| 1319 | #ifndef SETPGRP_RELEASES_CTTY | 1319 | #ifndef SETPGRP_RELEASES_CTTY |
| 1320 | setpgrp (); /* No arguments but equivalent in this case */ | 1320 | setpgrp (); /* No arguments but equivalent in this case */ |
| 1321 | #endif | 1321 | #endif |