diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfaces.c | 2 |
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) | |||
| 5912 | face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0)); | 5912 | face = FACE_FROM_ID (f, lookup_face (f, merged_attrs, 0, 0)); |
| 5913 | 5913 | ||
| 5914 | if (! face) | 5914 | if (! face) |
| 5915 | error ("cannot make face"); | 5915 | error ("Cannot make face"); |
| 5916 | 5916 | ||
| 5917 | /* If the font is the same, then not supported. */ | 5917 | /* If the font is the same, then not supported. */ |
| 5918 | if (face->font == def_face->font) | 5918 | if (face->font == def_face->font) |