# HG changeset patch # User Miles Bader # Date 1049334019 0 # Node ID 49cba7ce673a7b17cf490d57b0ccde1451973baa # Parent 62a57aa6353a094791ef08a260d4d98a38b45ad8 (choose_face_font): Make sure *NEEDS_OVERSTRIKE is always set. diff -r 62a57aa6353a -r 49cba7ce673a src/xfaces.c --- a/src/xfaces.c Thu Apr 03 00:53:49 2003 +0000 +++ b/src/xfaces.c Thu Apr 03 01:40:19 2003 +0000 @@ -1,5 +1,5 @@ /* xfaces.c -- "Face" primitives. - Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002 + Copyright (C) 1993, 1994, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation. This file is part of GNU Emacs. @@ -6439,6 +6439,9 @@ struct font_name *fonts; int nfonts, width_ratio; + if (needs_overstrike) + *needs_overstrike = 0; + /* Get (foundry and) family name and registry (and encoding) name of a font for C. */ pattern = fontset_font_pattern (f, fontset, c);