1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-28 08:11:05 -08:00

(init_sys_modes): Delete DEFVAR_LISP in the wrong place.

This commit is contained in:
Richard M. Stallman 2006-10-14 10:09:32 +00:00
parent f763da8d08
commit fac390dc0a

View 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 */