* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
This commit is contained in:
parent
a3b4b36385
commit
f456006161
1 changed files with 0 additions and 4 deletions
|
@ -56,11 +56,7 @@ Lisp_Object Qopentype;
|
|||
/* Important character set strings. */
|
||||
Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;
|
||||
|
||||
#ifdef HAVE_NS
|
||||
#define DEFAULT_ENCODING Qiso10646_1
|
||||
#else
|
||||
#define DEFAULT_ENCODING Qiso8859_1
|
||||
#endif
|
||||
|
||||
/* Unicode category `Cf'. */
|
||||
static Lisp_Object QCf;
|
||||
|
|
Loading…
Add table
Reference in a new issue