From 7107c29e11f8372115fb9933bafd12e40be69163 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Fri, 18 Sep 2009 21:16:28 +0000 Subject: [PATCH] Update comment for HAVE_NS code in font_find_for_lface(). --- src/font.c | 1 + 1 file changed, 1 insertion(+) 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) { Lisp_Object alters = Fassoc_string (val, Vface_alternative_font_family_alist, + /* Font family names are case-sensitive under NS. */ #ifndef HAVE_NS Qt #else -- 2.39.5