Mercurial > emacs
changeset 63705:9e649a045c18
(x_supports_face_attributes_p): Follow error conventions.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 23 Jun 2005 16:18:01 +0000 |
parents | 426ba3ecedd7 |
children | 557271737e6b |
files | src/xfaces.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)