aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 31e1b9cb74f..1c0aea01f6e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -968,10 +968,7 @@ x_set_glyph_string_gc (struct glyph_string *s)
968 s->stippled_p = s->face->stipple != 0; 968 s->stippled_p = s->face->stipple != 0;
969 } 969 }
970 else 970 else
971 { 971 emacs_abort ();
972 s->gc = s->face->gc;
973 s->stippled_p = s->face->stipple != 0;
974 }
975 972
976 /* GC must have been set. */ 973 /* GC must have been set. */
977 eassert (s->gc != 0); 974 eassert (s->gc != 0);