diff options
| author | Jim Blandy | 1992-02-11 02:09:48 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-02-11 02:09:48 +0000 |
| commit | b5752bd1090d9cce79713c1c5847f4dc32291bba (patch) | |
| tree | c7fa510f33d01cd015b4de04ed42a0c7a603d1af /src | |
| parent | 62ae71c2e8a3e53b1b06aed0e7e8a7ffbef88979 (diff) | |
| download | emacs-b5752bd1090d9cce79713c1c5847f4dc32291bba.tar.gz emacs-b5752bd1090d9cce79713c1c5847f4dc32291bba.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/callproc.c | 3 | ||||
| -rw-r--r-- | src/s/hpux.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/callproc.c b/src/callproc.c index e9374aabe13..cc2c2d7b576 100644 --- a/src/callproc.c +++ b/src/callproc.c | |||
| @@ -247,6 +247,9 @@ If you quit, the process is killed with SIGKILL.") | |||
| 247 | return Qnil; | 247 | return Qnil; |
| 248 | } | 248 | } |
| 249 | 249 | ||
| 250 | synch_process_death = 0; | ||
| 251 | synch_process_retcode = 0; | ||
| 252 | |||
| 250 | record_unwind_protect (call_process_cleanup, | 253 | record_unwind_protect (call_process_cleanup, |
| 251 | Fcons (make_number (fd[0]), make_number (pid))); | 254 | Fcons (make_number (fd[0]), make_number (pid))); |
| 252 | 255 | ||
diff --git a/src/s/hpux.h b/src/s/hpux.h index 5920a1c2180..33de0875602 100644 --- a/src/s/hpux.h +++ b/src/s/hpux.h | |||
| @@ -133,7 +133,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 133 | so that Emacs can tell instantly when you try to modify | 133 | so that Emacs can tell instantly when you try to modify |
| 134 | a file that someone else has modified in his Emacs. */ | 134 | a file that someone else has modified in his Emacs. */ |
| 135 | 135 | ||
| 136 | /* #define CLASH_DETECTION */ | 136 | #define CLASH_DETECTION |
| 137 | 137 | ||
| 138 | /* Define SHORTNAMES if the C compiler can distinguish only | 138 | /* Define SHORTNAMES if the C compiler can distinguish only |
| 139 | short names. It means that the stuff in ../shortnames | 139 | short names. It means that the stuff in ../shortnames |