]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_supports_face_attributes_p): Follow error conventions.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:18:01 +0000 (16:18 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 23 Jun 2005 16:18:01 +0000 (16:18 +0000)
src/xfaces.c

index 165ea4c9b8e1829f2f6d60f84b9f4447ec0603ca..d058bb4f4064cbbe2a93ac98e91f2b1e09ef18c3 100644 (file)
@@ -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)