From: Juanma Barranquero Date: Thu, 23 Jun 2005 16:18:01 +0000 (+0000) Subject: (x_supports_face_attributes_p): Follow error conventions. X-Git-Tag: emacs-pretest-22.0.90~8695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2010ba8ca92545dfe870a758d8b14198f323c2dd;p=emacs.git (x_supports_face_attributes_p): Follow error conventions. --- 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)