changeset 105095:4adac4895f0f

Update comment for HAVE_NS code in font_find_for_lface().
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Fri, 18 Sep 2009 21:16:28 +0000
parents 7d1a89cec51a
children ec8c2bbf049e
files src/font.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/font.c	Fri Sep 18 21:12:09 2009 +0000
+++ b/src/font.c	Fri Sep 18 21:16:28 2009 +0000
@@ -3395,6 +3395,7 @@
     {
       Lisp_Object alters
 	= Fassoc_string (val, Vface_alternative_font_family_alist,
+                         /* Font family names are case-sensitive under NS. */
 #ifndef HAVE_NS
 			 Qt
 #else