emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r100784: * process.c: Remove obsolete


From: Andreas Schwab
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100784: * process.c: Remove obsolete comment.
Date: Sun, 11 Jul 2010 20:19:16 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100784
committer: Andreas Schwab <address@hidden>
branch nick: emacs
timestamp: Sun 2010-07-11 20:19:16 +0200
message:
  * process.c: Remove obsolete comment.
modified:
  src/ChangeLog
  src/process.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2010-07-11 16:07:38 +0000
+++ b/src/ChangeLog     2010-07-11 18:19:16 +0000
@@ -1,3 +1,7 @@
+2010-07-11  Andreas Schwab  <address@hidden>
+
+       * process.c: Remove obsolete comment.
+
 2010-07-11  Chong Yidong  <address@hidden>
 
        * xfaces.c (Vface_remapping_alist): Doc fix (Bug#6091).

=== modified file 'src/process.c'
--- a/src/process.c     2010-07-11 05:55:06 +0000
+++ b/src/process.c     2010-07-11 18:19:16 +0000
@@ -21,15 +21,6 @@
 
 #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>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]