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 2e5631ade75..6a65a1668aa 100644
--- a/src/process.c
+++ b/src/process.c
@@ -1159,7 +1159,7 @@ create_process (process, new_argv, current_dir)
1159 inchannel = outchannel = -1; 1159 inchannel = outchannel = -1;
1160 1160
1161#ifdef HAVE_PTYS 1161#ifdef HAVE_PTYS
1162 if (EQ (Vprocess_connection_type, Qt)) 1162 if (!NILP (Vprocess_connection_type))
1163 outchannel = inchannel = allocate_pty (); 1163 outchannel = inchannel = allocate_pty ();
1164 1164
1165 if (inchannel >= 0) 1165 if (inchannel >= 0)