]> code.delx.au - gnu-emacs/blobdiff - src/widget.c
(set_case_table): If standard is nonzero, setup
[gnu-emacs] / src / widget.c
index eaf8e66e9a94e6446f75c291e44985392e8a3ce6..57eef4059e65c6fcee46df11e89783a31e78a6aa 100644 (file)
@@ -758,7 +758,6 @@ EmacsFrameDestroy (widget)
 
   if (! s) abort ();
   if (! s->output_data.x) abort ();
-  if (! s->output_data.x->normal_gc) abort ();
 
   BLOCK_INPUT;
   x_free_gcs (s);
@@ -1016,3 +1015,6 @@ widget_store_internal_border (widget)
 
   ew->emacs_frame.internal_border_width = f->internal_border_width;
 }
+
+/* arch-tag: 931d28e5-0d59-405a-8325-7d475d0a13d9
+   (do not change this comment) */