aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 307f69290d6..3fd134e476d 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1373,16 +1373,6 @@ init_sys_modes ()
1373{ 1373{
1374 struct emacs_tty tty; 1374 struct emacs_tty tty;
1375 1375
1376#ifdef MAC_OS8
1377/* cus-start.el complains if delete-exited-processes is not defined */
1378#ifndef subprocesses
1379 DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
1380 doc: /* *Non-nil means delete processes immediately when they exit.
1381nil means don't delete them until `list-processes' is run. */);
1382 delete_exited_processes = 0;
1383#endif
1384#endif /* MAC_OS8 */
1385
1386#ifdef VMS 1376#ifdef VMS
1387#if 0 1377#if 0
1388 static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */ 1378 static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */