Mercurial > hg > xemacs-beta
comparison src/redisplay.c @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 9f59509498e1 |
children | 1856695b1fa9 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
8106 Vwindow_system = Qx; | 8106 Vwindow_system = Qx; |
8107 Vinitial_window_system = Qx; | 8107 Vinitial_window_system = Qx; |
8108 return; | 8108 return; |
8109 } | 8109 } |
8110 #endif | 8110 #endif |
8111 #ifdef HAVE_NEXTSTEP | |
8112 if (!strcmp (display_use, "ns")) | |
8113 { | |
8114 Vwindow_system = Qns; | |
8115 Vinitial_window_system = Qns; | |
8116 return; | |
8117 } | |
8118 #endif | |
8119 | 8111 |
8120 /* If no window system has been specified, try to use the terminal. */ | 8112 /* If no window system has been specified, try to use the terminal. */ |
8121 if (!isatty (0)) | 8113 if (!isatty (0)) |
8122 { | 8114 { |
8123 stderr_out ("XEmacs: standard input is not a tty\n"); | 8115 stderr_out ("XEmacs: standard input is not a tty\n"); |