diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-23 02:35:54 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-23 02:35:54 +0000 |
commit | f456006161eb12d8ae6e080ef6f1535ef20c9c03 (patch) | |
tree | 3cc27c70938e98226f9f4c940579820c461a0310 /src/font.c | |
parent | a3b4b3638579a83b02209377a0c8e33fc5270c46 (diff) | |
download | emacs-f456006161eb12d8ae6e080ef6f1535ef20c9c03.tar.gz emacs-f456006161eb12d8ae6e080ef6f1535ef20c9c03.tar.bz2 emacs-f456006161eb12d8ae6e080ef6f1535ef20c9c03.zip |
* font.c (DEFAULT_ENCODING) [HAVE_NS]: Remove special case.
Diffstat (limited to 'src/font.c')
-rw-r--r-- | src/font.c | 4 |
1 files changed, 0 insertions, 4 deletions
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; |