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,v


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/process.c,v
Date: Wed, 27 Dec 2006 21:46:25 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kim F. Storm <kfstorm>  06/12/27 21:46:25

Index: process.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/process.c,v
retrieving revision 1.495
retrieving revision 1.496
diff -u -b -r1.495 -r1.496
--- process.c   19 Dec 2006 15:37:34 -0000      1.495
+++ process.c   27 Dec 2006 21:46:25 -0000      1.496
@@ -2900,7 +2900,7 @@
   /* Make QCaddress an alias for :local (server) or :remote (client).  */
   QCaddress = is_server ? QClocal : QCremote;
 
-  /* :wait BOOL */
+  /* :nowait BOOL */
   if (!is_server && socktype == SOCK_STREAM
       && (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
     {




reply via email to

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