aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/font.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.c b/src/font.c
index cfc48523d12..6619abe6081 100644
--- a/src/font.c
+++ b/src/font.c
@@ -3395,6 +3395,7 @@ font_find_for_lface (f, attrs, spec, c)
3395 { 3395 {
3396 Lisp_Object alters 3396 Lisp_Object alters
3397 = Fassoc_string (val, Vface_alternative_font_family_alist, 3397 = Fassoc_string (val, Vface_alternative_font_family_alist,
3398 /* Font family names are case-sensitive under NS. */
3398#ifndef HAVE_NS 3399#ifndef HAVE_NS
3399 Qt 3400 Qt
3400#else 3401#else