aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
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;