Mercurial > hg > xemacs-beta
diff src/emacs.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 0d2f883870bc |
children | fe104dbd9147 |
line wrap: on
line diff
--- a/src/emacs.c Mon Aug 13 09:13:58 2007 +0200 +++ b/src/emacs.c Mon Aug 13 09:15:11 2007 +0200 @@ -599,7 +599,10 @@ if (! isatty (0)) fatal ("%s: not a tty", term); +#if 0 stderr_out ("Using %s", ttyname (0)); +#endif + stderr_out ("Using %s", term); inhibit_window_system = 1; /* -t => -nw */ } } @@ -823,7 +826,9 @@ #if !defined (NO_SUBPROCESSES) syms_of_process (); #endif +#ifndef WINDOWSNT syms_of_profile (); +#endif #if defined (HAVE_MMAP) && defined (REL_ALLOC) syms_of_ralloc (); #endif /* HAVE_MMAP && REL_ALLOC */ @@ -1146,7 +1151,9 @@ #ifndef NO_SUBPROCESSES vars_of_process (); #endif +#ifndef WINDOWSNT vars_of_profile (); +#endif #if defined (HAVE_MMAP) && defined (REL_ALLOC) vars_of_ralloc (); #endif /* HAVE_MMAP && REL_ALLOC */