comparison src/console-stream.c @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents abe6d1db359e
children 183866b06e0b
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
277 277
278 void 278 void
279 vars_of_console_stream (void) 279 vars_of_console_stream (void)
280 { 280 {
281 DEFVAR_LISP ("terminal-console", &Vterminal_console /* 281 DEFVAR_LISP ("terminal-console", &Vterminal_console /*
282 The initial console-object, which represents XEmacs' stdout. 282 The initial console object, which represents XEmacs' stdout.
283 */ ); 283 */ );
284 Vterminal_console = Qnil; 284 Vterminal_console = Qnil;
285 285
286 DEFVAR_LISP ("terminal-device", &Vterminal_device /* 286 DEFVAR_LISP ("terminal-device", &Vterminal_device /*
287 The initial device-object, which represents XEmacs' stdout. 287 The initial device object, which represents XEmacs' stdout.
288 */ ); 288 */ );
289 Vterminal_device = Qnil; 289 Vterminal_device = Qnil;
290 290
291 DEFVAR_LISP ("terminal-frame", &Vterminal_frame /* 291 DEFVAR_LISP ("terminal-frame", &Vterminal_frame /*
292 The initial frame-object, which represents XEmacs' stdout. 292 The initial frame object, which represents XEmacs' stdout.
293 */ ); 293 */ );
294 Vterminal_frame = Qnil; 294 Vterminal_frame = Qnil;
295 295
296 /* Moved from console-tty.c */ 296 /* Moved from console-tty.c */
297 Vstdio_str = build_string ("stdio"); 297 Vstdio_str = build_string ("stdio");