* process.c: Remove obsolete comment.
This commit is contained in:
parent
635c0aa1a5
commit
ae96d47a63
2 changed files with 4 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-07-11 Andreas Schwab <schwab@linux-m68k.org>
|
||||
|
||||
* process.c: Remove obsolete comment.
|
||||
|
||||
2010-07-11 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).
|
||||
|
|
|
@ -21,15 +21,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
|
|||
|
||||
#include <config.h>
|
||||
#include <signal.h>
|
||||
|
||||
/* This file is split into two parts by the following preprocessor
|
||||
conditional. The 'then' clause contains all of the support for
|
||||
asynchronous subprocesses. The 'else' clause contains stub
|
||||
versions of some of the asynchronous subprocess routines that are
|
||||
often called elsewhere in Emacs, so we don't have to #ifdef the
|
||||
sections that call them. */
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#include <setjmp.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue