diff options
| author | Adrian Robert | 2009-09-18 21:16:28 +0000 |
|---|---|---|
| committer | Adrian Robert | 2009-09-18 21:16:28 +0000 |
| commit | 7107c29e11f8372115fb9933bafd12e40be69163 (patch) | |
| tree | 7ee3dbcbcbe0545c7f8401af3c037ac06bbeefad /src | |
| parent | cff111562706d45e70ee6921e1cc3fdfaf9daa87 (diff) | |
| download | emacs-7107c29e11f8372115fb9933bafd12e40be69163.tar.gz emacs-7107c29e11f8372115fb9933bafd12e40be69163.zip | |
Update comment for HAVE_NS code in font_find_for_lface().
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.c | 1 |
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 |