# HG changeset patch # User Juanma Barranquero # Date 1119543481 0 # Node ID 9e649a045c18e08b0a4ae598e0437a6692ac6e85 # Parent 426ba3ecedd74d81d2ddfb18d5c74094fe362d78 (x_supports_face_attributes_p): Follow error conventions. diff -r 426ba3ecedd7 -r 9e649a045c18 src/xfaces.c --- a/src/xfaces.c Thu Jun 23 16:17:04 2005 +0000 +++ b/src/xfaces.c Thu Jun 23 16:18:01 2005 +0000 @@ -5912,7 +5912,7 @@ face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0)); if (! face) - error ("cannot make face"); + error ("Cannot make face"); /* If the font is the same, then not supported. */ if (face->font == def_face->font)