comparison src/dispnew.c @ 83090:72c2a3eb27da

Trivial cosmetic change in dispnew.c. src/dispnew.c (init_display): Trivial cosmetic change. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-130
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 03 Apr 2004 20:02:51 +0000
parents 34a7a8f40548
children 0643dc72a250
comparison
equal deleted inserted replaced
83089:38afc630f7a0 83090:72c2a3eb27da
6713 6713
6714 /* Open a display on the controlling tty. */ 6714 /* Open a display on the controlling tty. */
6715 d = term_init (0, terminal_type, 1); /* Errors are fatal. */ 6715 d = term_init (0, terminal_type, 1); /* Errors are fatal. */
6716 6716
6717 /* Convert the initial frame to use the new display. */ 6717 /* Convert the initial frame to use the new display. */
6718 if (! f->output_method == output_initial) 6718 if (f->output_method != output_initial)
6719 abort (); 6719 abort ();
6720 f->output_method = d->type; 6720 f->output_method = d->type;
6721 f->display = d; 6721 f->display = d;
6722 #ifdef MULTI_KBOARD 6722 #ifdef MULTI_KBOARD
6723 f->kboard = d->display_info.tty->kboard; 6723 f->kboard = d->display_info.tty->kboard;