diff options
| author | Andreas Schwab | 2010-07-11 20:19:16 +0200 |
|---|---|---|
| committer | Andreas Schwab | 2010-07-11 20:19:16 +0200 |
| commit | ae96d47a63b32aa752bc65ce08f8b7b7254db3e6 (patch) | |
| tree | 0d2b9700b79a6814326d120a7f728cd6399aedec | |
| parent | 635c0aa1a5ef0972b0175e57f985128bd2d9b302 (diff) | |
| download | emacs-ae96d47a63b32aa752bc65ce08f8b7b7254db3e6.tar.gz emacs-ae96d47a63b32aa752bc65ce08f8b7b7254db3e6.zip | |
* process.c: Remove obsolete comment.
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/process.c | 9 |
2 files changed, 4 insertions, 9 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4b3726147cb..48ba055280c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * process.c: Remove obsolete comment. | ||
| 4 | |||
| 1 | 2010-07-11 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-07-11 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091). | 7 | * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091). |
diff --git a/src/process.c b/src/process.c index f4cebbf777a..ed31657b01c 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -21,15 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 21 | 21 | ||
| 22 | #include <config.h> | 22 | #include <config.h> |
| 23 | #include <signal.h> | 23 | #include <signal.h> |
| 24 | |||
| 25 | /* This file is split into two parts by the following preprocessor | ||
| 26 | conditional. The 'then' clause contains all of the support for | ||
| 27 | asynchronous subprocesses. The 'else' clause contains stub | ||
| 28 | versions of some of the asynchronous subprocess routines that are | ||
| 29 | often called elsewhere in Emacs, so we don't have to #ifdef the | ||
| 30 | sections that call them. */ | ||
| 31 | |||
| 32 | |||
| 33 | #include <stdio.h> | 24 | #include <stdio.h> |
| 34 | #include <errno.h> | 25 | #include <errno.h> |
| 35 | #include <setjmp.h> | 26 | #include <setjmp.h> |