From: Adrian Robert Date: Fri, 18 Sep 2009 21:16:28 +0000 (+0000) Subject: Update comment for HAVE_NS code in font_find_for_lface(). X-Git-Tag: emacs-pretest-23.1.90~1246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7107c29e11f8372115fb9933bafd12e40be69163;p=emacs.git Update comment for HAVE_NS code in font_find_for_lface(). --- 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