emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/process.c


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/process.c
Date: Thu, 28 Feb 2002 18:59:19 -0500

Index: emacs/src/process.c
diff -c emacs/src/process.c:1.352 emacs/src/process.c:1.353
*** emacs/src/process.c:1.352   Thu Feb 28 18:53:59 2002
--- emacs/src/process.c Thu Feb 28 18:59:19 2002
***************
*** 636,641 ****
--- 636,643 ----
  signal -- for a process that has got a fatal signal.
  open -- for a network stream connection that is open.
  closed -- for a network stream connection that is closed.
+ connect -- when waiting for a non-blocking connection to complete.
+ failed -- when a non-blocking connection has failed.
  nil -- if arg is a process name and no such process exists.
  PROCESS may be a process, a buffer, the name of a process, or
  nil, indicating the current buffer's process.  */)



reply via email to

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