From 2010ba8ca92545dfe870a758d8b14198f323c2dd Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:18:01 +0000 Subject: [PATCH] (x_supports_face_attributes_p): Follow error conventions. --- src/xfaces.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xfaces.c b/src/xfaces.c index 165ea4c9b8e..d058bb4f406 100644 --- a/src/xfaces.c +++ b/src/xfaces.c @@ -5912,7 +5912,7 @@ x_supports_face_attributes_p (f, attrs, def_face) 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) -- 2.39.2