aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorRichard M. Stallman2006-10-14 10:09:32 +0000
committerRichard M. Stallman2006-10-14 10:09:32 +0000
commitfac390dc0a647faf42e9b3ceac0d0198c8f376ea (patch)
treea844e1d34168b1de2ec8d8efffa31c5320d817bc /src/sysdep.c
parentf763da8d0808af7c80d72bc586bf4fcf50b37ddd (diff)
downloademacs-fac390dc0a647faf42e9b3ceac0d0198c8f376ea.tar.gz
emacs-fac390dc0a647faf42e9b3ceac0d0198c8f376ea.zip
(init_sys_modes): Delete DEFVAR_LISP in the wrong place.
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 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 */