aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/process.c')
-rw-r--r--src/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c
index 0390d794c9e..c2ec6021ad2 100644
--- a/src/process.c
+++ b/src/process.c
@@ -2900,7 +2900,7 @@ usage: (make-network-process &rest ARGS) */)
2900 /* Make QCaddress an alias for :local (server) or :remote (client). */ 2900 /* Make QCaddress an alias for :local (server) or :remote (client). */
2901 QCaddress = is_server ? QClocal : QCremote; 2901 QCaddress = is_server ? QClocal : QCremote;
2902 2902
2903 /* :wait BOOL */ 2903 /* :nowait BOOL */
2904 if (!is_server && socktype == SOCK_STREAM 2904 if (!is_server && socktype == SOCK_STREAM
2905 && (tem = Fplist_get (contact, QCnowait), !NILP (tem))) 2905 && (tem = Fplist_get (contact, QCnowait), !NILP (tem)))
2906 { 2906 {