Mercurial > emacs
changeset 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 | 38afc630f7a0 |
children | 7f60e040ccfc |
files | src/dispnew.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispnew.c Tue Mar 30 00:32:47 2004 +0000 +++ b/src/dispnew.c Sat Apr 03 20:02:51 2004 +0000 @@ -6715,7 +6715,7 @@ d = term_init (0, terminal_type, 1); /* Errors are fatal. */ /* Convert the initial frame to use the new display. */ - if (! f->output_method == output_initial) + if (f->output_method != output_initial) abort (); f->output_method = d->type; f->display = d;