diff options
| author | Karoly Lorentey | 2004-04-03 20:02:51 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-04-03 20:02:51 +0000 |
| commit | b04f5ad2cc0f71e567ec9ee49351f45f0a5faa3a (patch) | |
| tree | 4f08ddf3dacf05275a21bc27b34a2749fe4bddf9 /src | |
| parent | 41d39f41e3d59b090d4fcc18fff140abd64275af (diff) | |
| download | emacs-b04f5ad2cc0f71e567ec9ee49351f45f0a5faa3a.tar.gz emacs-b04f5ad2cc0f71e567ec9ee49351f45f0a5faa3a.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 8251f133b11..3b658993811 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -6715,7 +6715,7 @@ For types not defined in VMS, use define emacs_term \"TYPE\".\n\ | |||
| 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; |