summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2005-06-23 16:18:01 +0000
committerJuanma Barranquero <lekktu@gmail.com>2005-06-23 16:18:01 +0000
commit2010ba8ca92545dfe870a758d8b14198f323c2dd (patch)
tree06b073800f4537663476712ffbb1774a52518e3b /src
parent21517c3d40b031c5aed39ddbe15df1ee9afe803d (diff)
downloademacs-2010ba8ca92545dfe870a758d8b14198f323c2dd.tar.gz
(x_supports_face_attributes_p): Follow error conventions.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
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)