From: Richard M. Stallman Date: Sat, 14 Oct 2006 10:09:32 +0000 (+0000) Subject: (init_sys_modes): Delete DEFVAR_LISP in the wrong place. X-Git-Tag: emacs-pretest-22.0.90~133 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fac390dc0a647faf42e9b3ceac0d0198c8f376ea;p=emacs.git (init_sys_modes): Delete DEFVAR_LISP in the wrong place. --- 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 () { struct emacs_tty tty; -#ifdef MAC_OS8 -/* cus-start.el complains if delete-exited-processes is not defined */ -#ifndef subprocesses - DEFVAR_BOOL ("delete-exited-processes", &delete_exited_processes, - doc: /* *Non-nil means delete processes immediately when they exit. -nil means don't delete them until `list-processes' is run. */); - delete_exited_processes = 0; -#endif -#endif /* MAC_OS8 */ - #ifdef VMS #if 0 static int oob_chars[2] = {0, 1 << 7}; /* catch C-g's */