Mercurial > hg > xemacs-beta
comparison src/console.c @ 50:ee648375d8d6 r19-16b91
Import from CVS: tag r19-16b91
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:56:41 +0200 |
parents | 56c54cf7c5b6 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
49:b46643e427ac | 50:ee648375d8d6 |
---|---|
248 select_console_1 (Lisp_Object console) | 248 select_console_1 (Lisp_Object console) |
249 { | 249 { |
250 /* perhaps this should do something more complicated */ | 250 /* perhaps this should do something more complicated */ |
251 Vselected_console = console; | 251 Vselected_console = console; |
252 | 252 |
253 /* #### Schedule this to be removed in 19.14 */ | 253 /* #### Schedule this to be removed in some future version */ |
254 #ifdef HAVE_X_WINDOWS | 254 #ifdef HAVE_X_WINDOWS |
255 if (CONSOLE_X_P (XCONSOLE (console))) | 255 if (CONSOLE_X_P (XCONSOLE (console))) |
256 Vwindow_system = Qx; | 256 Vwindow_system = Qx; |
257 else | 257 else |
258 #endif | 258 #endif |