summaryrefslogtreecommitdiff
path: root/src/font.c
diff options
context:
space:
mode:
authorAdrian Robert <Adrian.B.Robert@gmail.com>2009-09-18 21:16:28 +0000
committerAdrian Robert <Adrian.B.Robert@gmail.com>2009-09-18 21:16:28 +0000
commit7107c29e11f8372115fb9933bafd12e40be69163 (patch)
tree7ee3dbcbcbe0545c7f8401af3c037ac06bbeefad /src/font.c
parentcff111562706d45e70ee6921e1cc3fdfaf9daa87 (diff)
downloademacs-7107c29e11f8372115fb9933bafd12e40be69163.tar.gz
emacs-7107c29e11f8372115fb9933bafd12e40be69163.tar.bz2
emacs-7107c29e11f8372115fb9933bafd12e40be69163.zip
Update comment for HAVE_NS code in font_find_for_lface().
Diffstat (limited to 'src/font.c')
-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)
{
Lisp_Object alters
= Fassoc_string (val, Vface_alternative_font_family_alist,
+ /* Font family names are case-sensitive under NS. */
#ifndef HAVE_NS
Qt
#else