emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NS font case sensitivity


From: Jason Rumney
Subject: NS font case sensitivity
Date: Thu, 18 Jun 2009 21:13:58 +0800
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

I just now came across this snippet in font.c:


     Lisp_Object alters
   = Fassoc_string (val, Vface_alternative_font_family_alist,
#ifndef HAVE_NS
            Qt
#else
            Qnil
#endif
            );


Is there a good reason why the entries in face-alternative-font-family-alist need to be case sensitive on NS when they are not on other platforms?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]