Mercurial > hg > xemacs-beta
diff src/console.c @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | fe104dbd9147 |
children | 59463afc5666 |
line wrap: on
line diff
--- a/src/console.c Mon Aug 13 09:24:19 2007 +0200 +++ b/src/console.c Mon Aug 13 09:25:29 2007 +0200 @@ -256,11 +256,6 @@ Vwindow_system = Qx; else #endif -#ifdef HAVE_NEXTSTEP - if (CONSOLE_NS_P (XCONSOLE (console))) - Vwindow_system = Qns; - else -#endif Vwindow_system = Qnil; } @@ -315,7 +310,6 @@ Return the type of the specified console (e.g. `x' or `tty'). Value is `tty' for a tty console (a character-only terminal), `x' for a console that is an X display, -`ns' for a console that is a NeXTstep connection (not yet implemented), `win32' for a console that is a Windows or Windows NT connection (not yet implemented), `pc' for a console that is a direct-write MS-DOS connection (not yet