]> git.eshelyaron.com Git - emacs.git/commitdiff
(init_sys_modes): Delete DEFVAR_LISP in the wrong place.
authorRichard M. Stallman <rms@gnu.org>
Sat, 14 Oct 2006 10:09:32 +0000 (10:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 14 Oct 2006 10:09:32 +0000 (10:09 +0000)
src/sysdep.c

index 307f69290d6c31113e41d8694fb88d1bbd7bd384..3fd134e476d9fc89503b689e1b8e3546d134e08c 100644 (file)
@@ -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 */