aboutsummaryrefslogtreecommitdiffstats
path: root/src/fontset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fontset.c')
-rw-r--r--src/fontset.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.c b/src/fontset.c
index 9697f62ea72..7592521cc7d 100644
--- a/src/fontset.c
+++ b/src/fontset.c
@@ -631,7 +631,7 @@ fontset_find_font (Lisp_Object fontset, int c, struct face *face, int id, int fa
631 { 631 {
632 /* Something strange happened, perhaps because of a 632 /* Something strange happened, perhaps because of a
633 Font-backend problem. Too avoid crashing, record 633 Font-backend problem. Too avoid crashing, record
634 that this spec is unsable. It may be better to find 634 that this spec is unusable. It may be better to find
635 another font of the same spec, but currently we don't 635 another font of the same spec, but currently we don't
636 have such an API. */ 636 have such an API. */
637 RFONT_DEF_SET_FACE (rfont_def, -1); 637 RFONT_DEF_SET_FACE (rfont_def, -1);