aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index 6d630c4832f..07f5f2e8a30 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -1421,16 +1421,6 @@ init_sys_modes (tty_out)
1421{ 1421{
1422 struct emacs_tty tty; 1422 struct emacs_tty tty;
1423 1423
1424#ifdef MAC_OS8
1425/* cus-start.el complains if delete-exited-processes is not defined */
1426#ifndef subprocesses
1427 DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes,
1428 doc: /* *Non-nil means delete processes immediately when they exit.
1429nil means don't delete them until `list-processes' is run. */);
1430 delete_exited_processes = 0;
1431#endif
1432#endif /* MAC_OS8 */
1433
1434#ifdef VMS 1424#ifdef VMS
1435#if 0 1425#if 0
1436 static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */ 1426 static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */