From: Adrian Robert Date: Wed, 23 Sep 2009 02:35:54 +0000 (+0000) Subject: * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. X-Git-Tag: emacs-pretest-23.1.90~1189 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f456006161eb12d8ae6e080ef6f1535ef20c9c03;p=emacs.git * font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case. --- diff --git a/src/font.c b/src/font.c index 6619abe6081..1cd596b9139 100644 --- a/src/font.c +++ b/src/font.c @@ -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;