diff options
| author | Andrea Corallo | 2020-03-09 07:49:33 +0000 |
|---|---|---|
| committer | Andrea Corallo | 2020-03-09 07:49:33 +0000 |
| commit | 87ee6ff4eb6df369965f37fba073e3ef1bb5d0bd (patch) | |
| tree | 2af79516bca28e875879e01cb45b16fa4525a905 /src/process.c | |
| parent | 9838ee7ed870844470703b2648f8b59c0575bd46 (diff) | |
| parent | a461baae79af3cea8780e9d9a845a1e859e96e5e (diff) | |
| download | emacs-87ee6ff4eb6df369965f37fba073e3ef1bb5d0bd.tar.gz emacs-87ee6ff4eb6df369965f37fba073e3ef1bb5d0bd.zip | |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/process.c b/src/process.c index 91d426103d8..e4e5e57aeee 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -8277,19 +8277,6 @@ init_process_emacs (int sockfd) | |||
| 8277 | memset (datagram_address, 0, sizeof datagram_address); | 8277 | memset (datagram_address, 0, sizeof datagram_address); |
| 8278 | #endif | 8278 | #endif |
| 8279 | 8279 | ||
| 8280 | #if defined (DARWIN_OS) | ||
| 8281 | /* PTYs are broken on Darwin < 6, but are sometimes useful for interactive | ||
| 8282 | processes. As such, we only change the default value. */ | ||
| 8283 | if (initialized) | ||
| 8284 | { | ||
| 8285 | char const *release = (STRINGP (Voperating_system_release) | ||
| 8286 | ? SSDATA (Voperating_system_release) | ||
| 8287 | : 0); | ||
| 8288 | if (!release || !release[0] || (release[0] < '7' && release[1] == '.')) { | ||
| 8289 | Vprocess_connection_type = Qnil; | ||
| 8290 | } | ||
| 8291 | } | ||
| 8292 | #endif | ||
| 8293 | #endif /* subprocesses */ | 8280 | #endif /* subprocesses */ |
| 8294 | kbd_is_on_hold = 0; | 8281 | kbd_is_on_hold = 0; |
| 8295 | } | 8282 | } |