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:
parent
f763da8d08
commit
fac390dc0a
1 changed files with 0 additions and 10 deletions
10
src/sysdep.c
10
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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue